root/trunk/ff_MovieImport.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @918 [918] 07/29/08 17:44:44 astrange Support nellymoser in flv, closes #296
(edit) @899 [899] 05/24/08 13:49:59 gbooker Reverted r894
(edit) @894 [894] 05/24/08 12:47:46 gbooker Forgot to add this line
(edit) @876 [876] 05/08/08 15:33:27 astrange Add VP6A, and some associated fixes for it and ZMBV. Might not work until …
(edit) @832 [832] 03/14/08 14:42:51 gbooker Enabled Techsmith Screen Capture
(edit) @819 [819] 02/29/08 13:44:10 astrange Rename some functions.
(edit) @806 [806] 02/09/08 13:55:44 astrange Merge 1.1 to trunk. If you're switching, delete ffmpeg/ first! I haven't …
(edit) @708 [708] 09/28/07 20:17:09 astrange Support for the MythTV NUV format. Patch by John Sutherland (garionphx at …
(edit) @706 [706] 09/26/07 15:46:21 astrange Delegate more AVI codecs to the native decoders. Ignore "Could not find …
(edit) @702 [702] 09/25/07 08:51:10 gbooker So long allcodecs.h and allformats.h You will be missed *sniff* Macros …
(edit) @686 [686] 09/01/07 21:03:20 dconrad Avoid crash when creating sound description handle fails
(edit) @681 [681] 08/23/07 15:41:06 dconrad Snow decoder
(edit) @645 [645] 07/20/07 23:39:08 dconrad Use ffmpeg's DVD subtitle decoder for vobsub
(edit) @642 [642] 07/20/07 01:31:49 dconrad Correctly return TTA's mime type
(edit) @636 [636] 07/16/07 01:52:41 dconrad DTS decoder. Closes #91. Add speaker order comments to the default channel …
(edit) @623 [623] 07/07/07 18:15:09 dconrad Don't use depreciated codec_get_bmp_id
(edit) @588 [588] 06/20/07 11:54:41 gbooker My data-path stuff for 1.1. Likely breaks things, but performs much …
(edit) @584 [584] 06/20/07 01:28:35 dconrad TTA support
(edit) @575 [575] 06/13/07 20:25:01 astrange Make Perian build with latest ffmpeg. Which seems to have broken H.264 in …
(edit) @461 [461] 04/25/07 17:48:20 dconrad When idle importing, only add samples to the track if the movie is paused …
(edit) @424 [424] 04/17/07 15:03:05 dconrad MP2 decoder. Closes #120
(edit) @411 [411] 04/12/07 02:35:25 dconrad Vorbis decoder (doesn't work with ogg-framed vorbis.) Refs #23
(edit) @409 [409] 04/12/07 02:06:03 dconrad Support for FLV's variant of ADPCM
(edit) @373 [373] 03/21/07 20:27:31 dconrad Fraps FPS1 decoder. Patch by Ritsuka. Closes #130.
(edit) @347 [347] 02/22/07 02:23:48 astrange Remove/comment out various unused variables. Enable -fstrict-aliasing for …
(edit) @331 [331] 02/06/07 14:10:02 astrange Enable (and fix) some compile warnings.
(edit) @265 [265] 01/07/07 19:04:42 dconrad First try at mkv idle importing. Refs #29.
(edit) @257 [257] 01/06/07 18:38:54 gbooker Forgot to free the packet data. Don't want to leak.
(edit) @256 [256] 01/06/07 18:12:59 gbooker Use the first packet bitstream to determine audio parameters. Now we need …
(edit) @243 [243] 01/06/07 01:44:33 dconrad MPEG 1 and 2 decoders. Refs #27.
(edit) @241 [241] 01/05/07 21:24:28 allan - fix for a determine_header_offset segfault caused when libavformat …
(edit) @230 [230] 01/04/07 13:59:09 astrange Broken HuffYUV decoder (references #68)
(edit) @221 [221] 12/31/06 16:36:22 durin42 As discussed and confirmed on the list, we are now switching completely to …
(edit) @219 [219] 12/30/06 18:48:36 dconrad WMA v1 and v2 decoder. Tested with samples in AVI. Refs #38
(edit) @204 [204] 12/10/06 04:48:09 allan - idling import patch for movies without index + Graham's changes to said …
(edit) @176 [176] 10/28/06 22:09:05 gbooker Use the strh to read the fourcc as well (likely will in every case now) …
(edit) @158 [158] 10/13/06 19:07:19 dconrad Load external SubRip? (.srt) files. Closes #39
(edit) @154 [154] 10/07/06 22:14:32 dconrad VP3 Decoder
(edit) @152 [152] 10/07/06 16:58:04 dconrad Oops, forgot this in the last commit
(edit) @110 [110] 09/23/06 21:58:08 dconrad Don't do any seeking on FLVs before importing, as this has the potential …
(edit) @100 [100] 09/22/06 18:25:16 dconrad Oops, forgot to close the file after validation
(edit) @91 [91] 09/20/06 19:57:49 dconrad Speed up validation by using a simple AVI parser that only looks for the …
(edit) @86 [86] 09/19/06 23:54:03 dconrad FFmpeg now builds a partial index for flv files, which isn't usable to us …
(edit) @72 [72] 09/15/06 11:04:27 anonymous VP6 and Flash Screen Video decoders
(edit) @70 [70] 08/23/06 22:57:31 dconrad It seems DV video can have an aspect ratio defined in the bitstream, which …
(edit) @69 [69] 08/22/06 22:26:00 dconrad Some support for FLV importing and decoding.
(edit) @67 [67] 08/17/06 22:12:33 dconrad Hack to pass MJPEG files over to Apple's importer since the Huffman tables …
(edit) @60 [60] 08/09/06 18:34:05 dconrad Rez cleanup; don't use Register(), it's not needed, slows things down, and …
(edit) @57 [57] 08/07/06 16:18:57 gbooker Use our Codecprintf for ffmpeg's av_log. Fixes #3
(edit) @55 [55] 08/05/06 23:06:01 dconrad Fix for AVIs that have junk frames before the first real video frame
(edit) @50 [50] 07/20/06 22:07:45 gbooker Actually fixes reading of avi files with no index.
(edit) @46 [46] 07/18/06 22:28:22 gbooker No ogg demuxer yet; this was just a test.
(edit) @45 [45] 07/18/06 22:23:51 gbooker Change spaces to tabs to make things pretty.
(edit) @43 [43] 07/18/06 22:21:29 gbooker Forgot this from [42]
(edit) @31 [31] 07/13/06 10:43:01 gbooker Using dead code stripping and only registering the codecs we use. This …
(edit) @27 [27] 07/12/06 01:55:45 durin42 You there: stop logging.
(edit) @21 [21] 07/11/06 17:03:40 gbooker Several things: Removed globals in favor of a function with a static …
(add) @20 [20] 07/11/06 14:45:46 durin42 Initial version of the AVI Importer merge-in. It doesn't actually work …
Note: See TracRevisionLog for help on using the revision log.