Activity
From 04/10/2008 to 05/09/2008
05/09/2008
- 02:52 PM Revision f211662c (ffmpeg): Add missing path to #include.
- Originally committed as revision 13104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision a12b44d7 (ffmpeg): Add missing required header directly.
- Originally committed as revision 13103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 20cd685a (ffmpeg): Add missing path to #include.
- Originally committed as revision 13102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision 223d678a (ffmpeg): Add missing path to #include statement.
- Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 PM Revision 49f2339c (ffmpeg): Remove in_asm_used_var_warning_killer()
- Patch by Keiji Costantini ( strites gmail com )
Originally committed as revision 26706 to svn://svn.mplayerhq.hu/mpl... - 12:12 PM Revision 9b3cdc2e (ffmpeg): Remove -I flags pointing to local paths, they are no longer necessary.
- Originally committed as revision 13100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 PM Revision 83da2c6f (ffmpeg): Use full path for #includes from another directory.
- Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:59 AM Revision 2343a040 (ffmpeg): Remove redundant #undef statements that were mistakenly committed.
- Originally committed as revision 13099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:56 AM Revision 245976da (ffmpeg): Use full path for #includes from another directory.
- Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 AM Revision 86b2d47f (ffmpeg): IFF stereo support
- Patch by Jai Menon ( realityman gmx net )
Originally committed as revision 13097 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:10 AM Revision c38e75fc (ffmpeg): Add required stdint.h header.
- Originally committed as revision 13096 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 AM Revision def1e277 (ffmpeg): Little fix for block sizes <16
- Originally committed as revision 13095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 AM Revision a1fe4604 (ffmpeg): Revert previous mistaken commit.
- Originally committed as revision 13094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 AM Revision 81f46d5a (ffmpeg): ipp.h is a system header, use <> when #including it.
- Originally committed as revision 13093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 AM Revision 22700471 (ffmpeg): dsputil.h is not a system header, use "" when #including it.
- Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision f38c6c6c (ffmpeg): string.h is a system header file, so use <> for it.
- Originally committed as revision 13091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 AM Revision 058aae3c (ffmpeg): Improve motion estimation metric.
- Patch by Michael Niedermayer
Originally committed as revision 13090 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:59 AM Revision b9a7da77 (ffmpeg): use enum type instead of int
- Originally committed as revision 13089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:54 AM Revision db262126 (ffmpeg): cosmetics: indentation
- Originally committed as revision 13088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 AM Revision de3230fb (ffmpeg): matroskadec: add support for lzo compressed tracks
- Originally committed as revision 13087 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/08/2008
- 11:15 PM Revision 93114105 (ffmpeg): remove useless comment
- Originally committed as revision 13086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 PM Revision 5d2b12f6 (ffmpeg): matroskadec: fail gracefully when seeking don't work
- Originally committed as revision 13085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 PM Revision 953f54f1 (ffmpeg): #include required stdint.h header directly.
- Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 5210529e (ffmpeg): ensure vp56_decode_frame always return unchanged buf_size
- Originally committed as revision 13083 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision 53a1e82b (ffmpeg): matroskadec: add support for track content encoding
- Only the header strip method is supported for now.
Originally committed as revision 13082 to svn://svn.ffmpeg.org/ff... - 09:11 PM Revision 40d0e665 (ffmpeg): Do not misuse long as the size of a register in x86.
- typedef x86_reg as the appropriate size and use it instead.
Originally committed as revision 13081 to svn://svn.ffmp... - 02:02 PM Revision 35027edd (ffmpeg): Do not return -1 from void functions.
- Originally committed as revision 13080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 PM Revision e0a0c85d (ffmpeg): One const per declaration is enough.
- Originally committed as revision 13079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 AM Revision 4f786086 (ffmpeg): #include required headers directly.
- Originally committed as revision 13078 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 AM Revision 9aed9612 (ffmpeg): prettyprinting cosmetics
- Originally committed as revision 13077 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision 0b705fa4 (ffmpeg): Compile network-related code conditionally.
- Originally committed as revision 13076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 AM Revision b091aa44 (ffmpeg): Check for sys/resource.h and include it conditionally.
- Originally committed as revision 13075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 AM Revision 3f89d9c0 (ffmpeg): Disable libdirac decoder if the faster libschroedinger decoder is ava...
- patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13074 to svn://svn.ffmpeg.org/f...
05/07/2008
- 08:41 AM Revision e680989d (ffmpeg): #include stdint.h instead of using a manual typedef for uint8_t.
- Originally committed as revision 13073 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 AM Revision 2f05d9c1 (ffmpeg): When compiling with -fmudflap configure fill EXTERN_PREFIX with garbage
- (some mudflap symbol), so just pick out ff_extern symbols in this case.
patch by matthieu castet, castet.matthieu fre...
05/06/2008
- 05:18 PM Revision 6650c4c3 (ffmpeg): export dnxhd encoded picture quality
- Originally committed as revision 13071 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision a5c0969a (ffmpeg): Remove one more set of useless parentheses from a return call.
- Originally committed as revision 13070 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 AM Revision ccd425e7 (ffmpeg): Remove unnecessary parentheses from return calls.
- Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 AM Revision 91605c69 (ffmpeg): minor wording fix
- Originally committed as revision 13068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 AM Revision 7a30f8ff (ffmpeg): In pkg-config files, libraries not exposed through the library, but j...
- during static linking should be listed under Libs.private, not Libs.
patch by Anssi Hannula, anssi.hannula gmail com
... - 08:03 AM Revision e4a957d1 (ffmpeg): minor spelling fix
- Originally committed as revision 13066 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/05/2008
- 11:31 PM Revision 35a71f1d (ffmpeg): cosmetics: whitespace/order changes, if/then --> && in pkg-config sec...
- Originally committed as revision 13065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 PM Revision a13a9737 (ffmpeg): Merge both pkg-config creation commands into one.
- Originally committed as revision 13064 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 PM Revision e426941d (ffmpeg): In the pkg-config file generation, derive the short name from the lib...
- name instead of passing it as a parameter.
Originally committed as revision 13063 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:29 PM Revision 5aadcab5 (ffmpeg): Remove stray extra parameter from libavutil pkg-config command.
- Originally committed as revision 13062 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 AM Revision 8ab52e71 (ffmpeg): cosmetics: sort lines (correctly)
- Originally committed as revision 26673 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:17 AM Revision abbae514 (ffmpeg): Check url_seek() in url_open().
- Originally committed as revision 13061 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/04/2008
- 10:39 PM Revision 14478388 (ffmpeg): Use a state machine to reduce branching logic in decode_cabac_residual.
- Patch by Jason Garrett-Glaser (darkshikari gmail com)
Originally committed as revision 13060 to svn://svn.ffmpeg.org... - 08:22 PM Revision e3e0d993 (ffmpeg): Cosmetics: reorder and align targets
- Originally committed as revision 26671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:19 PM Revision 5478959b (ffmpeg): Build sparc arch specific code using the Makefile
- Originally committed as revision 26670 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:04 PM Revision d010a2d5 (ffmpeg): Prevent targaenc.c from outputting trash byte.
- Originally committed as revision 13059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:28 PM Revision 4405c986 (ffmpeg): cosmetics: alphabetical order
- Originally committed as revision 26669 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:15 PM Revision adb2b908 (ffmpeg): Fix configure for cross-compilation and --arch=amd64.
- Originally committed as revision 13058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 AM Revision 4b13335d (ffmpeg): Use correct length modifier for pointer diff argument in av_log() call.
- Originally committed as revision 13057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 AM Revision d6f142a1 (ffmpeg): Fix 'comparison always false' warning.
- patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 13056 to svn://svn.ffmpeg.o... - 09:58 AM Revision 9db5bdfa (ffmpeg): Add complete multimedia Wiki URL, patch by Sisir Koppaka.
- Originally committed as revision 13055 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 AM Revision 1f4fa6a4 (ffmpeg): Indent.
- Originally committed as revision 13054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 AM Revision 0ec7b71d (ffmpeg): Do not read out of array bounds.
- Originally committed as revision 13053 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/03/2008
- 09:06 PM Revision f7739f37 (ffmpeg): Output buffer overflow.
- Originally committed as revision 13052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 PM Revision 494e3531 (ffmpeg): Heap buffer overflow.
- Originally committed as revision 13051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 PM Revision 83e9a67d (ffmpeg): Fix memset(0) based buffer overflow.
- Originally committed as revision 13050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:28 PM Revision 3df9ce75 (ffmpeg): Move declaration a little.
- Originally committed as revision 13049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 8f51f555 (ffmpeg): Setting i to 0 once should do.
- Originally committed as revision 13048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 20c9c8ee (ffmpeg): cosmetics: Consistently use C-style comments in #endif preprocessor d...
- Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 PM Revision f7cd9eed (ffmpeg): Add Dirac support through libschroedinger.
- patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13046 to svn://svn.ffmpeg.org/f... - 01:55 PM Revision 34499963 (ffmpeg): 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in conf...
- include the header before using parts from it.
Originally committed as revision 13045 to svn://svn.ffmpeg.org/ffmpeg... - 01:29 PM Revision 0852e30b (ffmpeg): fix checkheaders when libdirac not installed
- Originally committed as revision 13044 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:29 PM Revision 7c430093 (ffmpeg): add necessary #includes in headers
- Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:47 AM Revision 690bfceb (ffmpeg): Dirac decoding/encoding support via libdirac.
- patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13042 to svn://svn.ffmpeg.org/f... - 03:33 AM Revision 575e696c (ffmpeg): Add Dirac parser from SoC; written by Marco Gerards;
- submitted by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13041 to svn://svn.ffmpeg.o... - 12:12 AM Revision fde8052e (ffmpeg): dts probe
- Originally committed as revision 13040 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/02/2008
- 11:20 PM Revision 97085fa1 (ffmpeg): include avcodec.h
- Originally committed as revision 13039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision c401efde (ffmpeg): Long name spelling fixes
- Originally committed as revision 13038 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 512b37bb (ffmpeg): move call to init_get_bits inside conditional
- Originally committed as revision 13037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 9482171b (ffmpeg): share streaminfo parsing function
- Originally committed as revision 13036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 PM Revision 9d48410f (ffmpeg): split out some decoder context params to a shared macro
- Originally committed as revision 13035 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 PM Revision 4bc07e78 (ffmpeg): change function parameters for dump_headers()
- Originally committed as revision 13034 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 PM Revision a128cc91 (ffmpeg): change function parameters for metadata_streaminfo()
- Originally committed as revision 13033 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision b7d1cd02 (ffmpeg): Nellymoser handling in FLV
- Originally committed as revision 13032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 17ac9f1c (ffmpeg): Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,
- patch extracted by Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDoTuk.
Originally committed as revision 13031 to svn:/...
05/01/2008
- 10:04 PM Revision 8a0684f4 (ffmpeg): fix encoding of flac private data
- Originally committed as revision 13030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 PM Revision bddbd7d3 (ffmpeg): Do not duplicate -y parameter on regression.sh.
- It is already set by FFMPEG_OPTS.
Originally committed as revision 13029 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:04 PM Revision 25060fdf (ffmpeg): Ignore whitespace differences in seek test.
- Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision 53e85f5f (ffmpeg): Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes ...
- Originally committed as revision 13027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 580a6c57 (ffmpeg): Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes...
- Originally committed as revision 13026 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 PM Revision 358061f6 (ffmpeg): Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes...
- Originally committed as revision 13025 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/30/2008
- 04:33 PM Revision cdfec9c0 (ffmpeg): Comment out unused ff_vc1_norm6_spec table.
- Originally committed as revision 13024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 AM Revision 3bb82f3d (ffmpeg): Transform codec short name into a single word.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13023 to svn://svn.ffmpeg...
04/29/2008
- 09:31 PM Revision bcdb2378 (ffmpeg): Add long names to some AVCodec declarations.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13022 to svn://svn.ffmpeg... - 06:32 PM Revision 0dfea024 (ffmpeg): indent
- Originally committed as revision 13021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:31 PM Revision ef79ef3c (ffmpeg): Fix decoding of:
- http://samples.mplayerhq.hu/A-codecs/msgsm/levis.avi
http://samples.mplayerhq.hu/A-codecs/msgsm/wernfried_1.avi
part... - 02:08 PM Revision e6dba5df (ffmpeg): Typo: distoration -> distortion.
- Originally committed as revision 13019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 AM Revision 34d71ebe (ffmpeg): Remove leading whitespace in long codec name that was committed in r1...
- Originally committed as revision 13018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 AM Revision 6140271f (ffmpeg): Add some long names to AVCodec declarations.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13017 to svn://svn.ffmpeg... - 07:11 AM Revision 9d82d6cb (ffmpeg): Transform codec names into single words.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13016 to svn://svn.ffmpeg... - 01:29 AM Revision b88e6576 (ffmpeg): remove unused variable, min_framesize
- Originally committed as revision 13015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision b22d0c04 (ffmpeg): Support invalid mpeg created by vdr
- (http://www.lucke.in-berlin.de/test_streams/last_played_fine_with_r7852_001.vdr).
fixes issue434
Originally committe...
04/28/2008
- 06:29 PM Revision 60711e95 (ffmpeg): raw GSM demuxer (does not work yet as parser is missing)
- Originally committed as revision 13013 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:14 PM Revision a0af2fa4 (ffmpeg): set demuxers .value and use common audio_read_header function
- Originally committed as revision 13012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 PM Revision 39902a8c (ffmpeg): Calculate motion vector information based on PTS provided in slice he...
- Originally committed as revision 13011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 AM Revision 038f846e (ffmpeg): Add long names to some AVCodec declarations.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13010 to svn://svn.ffmpeg...
04/27/2008
- 10:39 PM Revision 162d4fc9 (ffmpeg): Add long names to AVCodec declarations.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13009 to svn://svn.ffmpeg... - 10:19 PM Revision 99e3913d (ffmpeg): Make 8SVX codec names just a single word for consistency with other c...
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13008 to svn://svn.ffmpeg... - 04:12 PM Revision f946a9a4 (ffmpeg): Use check_cflags for -mdynamic-no-pic so third-party compilers will w...
- Originally committed as revision 13007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 AM Revision 1f944923 (ffmpeg): Remove unused avdevice.h header file; add config.h which is used.
- Originally committed as revision 13006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision d5202e4f (ffmpeg): Add long names to many AVCodec declarations.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13005 to svn://svn.ffmpeg... - 10:01 AM Revision 3ddf7fe9 (ffmpeg): Use filename as multiple inclusion guard.
- Originally committed as revision 13004 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/26/2008
- 05:51 PM Revision e8430214 (ffmpeg): set pkt duration, only when dts == pts though,
- patch by Henrik Gulbrandsen henrik at gulbra dot net
Originally committed as revision 13003 to svn://svn.ffmpeg.org/... - 04:02 PM Revision 57105ddd (ffmpeg): Rename i386/cputest.c --> i386/cpuid.c.
- Originally committed as revision 13002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision 8033ba57 (ffmpeg): Remove unnecessary test program dependency declarations.
- Originally committed as revision 13001 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision 80b1e6cc (ffmpeg): Grammar fixes and improvements for the new ACELP code
- Originally committed as revision 13000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 PM Revision 169203c1 (ffmpeg): break if error in header so it can output already decoded frames
- Originally committed as revision 12999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 PM Revision 41b8800f (ffmpeg): merge init with declaration
- Originally committed as revision 12998 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision f91c0898 (ffmpeg): cosmetics: merge decls
- Originally committed as revision 12997 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 5fd7a9fc (ffmpeg): simplify: merge loops
- Originally committed as revision 12996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 PM Revision 8da8970d (ffmpeg): simplify
- Originally committed as revision 12995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision 0d5b2eb4 (ffmpeg): simplify: remove useless fields and vars
- Originally committed as revision 12994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:22 PM Revision 676e26ab (ffmpeg): move MP3On4DecodeContext def near the code and under ifdef
- Originally committed as revision 12993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 PM Revision 9f95bfe2 (ffmpeg): correctly patch syncword for samples rates < 16000, decoder now fully...
- Originally committed as revision 12992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 PM Revision f0f53c83 (ffmpeg): fix 1 frame config decoding
- Originally committed as revision 12991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision 60dfa0b8 (ffmpeg): remove old draft last case not present anymore in iso specs
- Originally committed as revision 12990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 PM Revision 9a53eb7c (ffmpeg): mp3on4 decoder now depends on mpeg4audio code
- Originally committed as revision 12989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 PM Revision b61d2782 (ffmpeg): use mpeg4audio common code
- Originally committed as revision 12988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:09 PM Revision 86c90cc7 (ffmpeg): Skip blocks in B-frames reuse motion vectors from next reference frame.
- So if referenced blocks is 16x8, 8x16 or 8x8 partitions, skip block
will have them too.
Originally committed as revi... - 01:08 PM Revision ec39f7d8 (ffmpeg): simplify
- Originally committed as revision 12986 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision 9708d52e (ffmpeg): correctly compute out_size and samples number
- Originally committed as revision 12985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:59 PM Revision cd328965 (ffmpeg): fsize is 12 bits according to specs
- Originally committed as revision 12984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 PM Revision 5be25fc1 (ffmpeg): simplify using FFMIN3
- Originally committed as revision 12983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 PM Revision b842ecbe (ffmpeg): add FFMIN3
- Originally committed as revision 12982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 PM Revision a82dcdff (ffmpeg): return error if buf_size is too small
- Originally committed as revision 12981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 PM Revision dfcd6d91 (ffmpeg): values can fit uint8_t
- Originally committed as revision 12980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 PM Revision 183fceaa (ffmpeg): add const
- Originally committed as revision 12979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 AM Revision 87268829 (ffmpeg): Fixed-point LSP and LPC decoding routines for ACELP-based codecs
- Originally committed as revision 12978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 AM Revision c5497b22 (ffmpeg): Missing tags in APE is normal situation, so don't print an error.
- Resolves issue 437
Originally committed as revision 12977 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:03 AM Revision 630e1b27 (ffmpeg): get_vlc2() only gets up to three levels in the tables. The last codes...
- Originally committed as revision 12976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 AM Revision a9f1d8cd (ffmpeg): Correct company name
- Originally committed as revision 12975 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/25/2008
- 05:14 PM Revision 1cf3ee2d (ffmpeg): Fixed-point implementation of ff_cos, ff_log2, ff_exp2.
- Also implemented routine for calculating sum(a[i] * a[i-offset]>>shift)
Originally committed as revision 12974 to sv... - 04:54 PM Revision bf52a720 (ffmpeg): 10l, alphabetical order
- Originally committed as revision 12973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision eb034aca (ffmpeg): yes it is true for mp4
- Originally committed as revision 12972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:50 PM Revision 43612ffe (ffmpeg): remove unneeded variable
- Originally committed as revision 12971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:47 PM Revision baf9fb32 (ffmpeg): move vars decls where vars are used
- Originally committed as revision 12970 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 PM Revision 3b4eccab (ffmpeg): identation
- Originally committed as revision 12969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 PM Revision e67fe90c (ffmpeg): remove no more needed field
- Originally committed as revision 12968 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 PM Revision 62377fec (ffmpeg): remove unused var
- Originally committed as revision 12967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:09 PM Revision 9ff8976d (ffmpeg): remove ima qt decoding hack, decode whole frame at once
- Originally committed as revision 12966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 PM Revision d29ee34c (ffmpeg): fix adpcm ima qt decoding, channel at init is 0, correct stereo out s...
- Originally committed as revision 12965 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 PM Revision 45a97d30 (ffmpeg): set channels and sample rate from mpeg4audio config
- Originally committed as revision 12964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision 4afaffca (ffmpeg): mov demuxer depends on mpeg4audio code now
- Originally committed as revision 12963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 PM Revision 0c691995 (ffmpeg): cosmetics
- Originally committed as revision 12962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision 1dec3994 (ffmpeg): parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 re...
- Originally committed as revision 12961 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 PM Revision 69b1c627 (ffmpeg): update doc
- Originally committed as revision 12960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:54 PM Revision 7e627332 (ffmpeg): error is -1
- Originally committed as revision 12959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:45 PM Revision cfb5a2ab (ffmpeg): cosmetics
- Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:44 PM Revision 47e1d7ef (ffmpeg): move vars decls where vars are used
- Originally committed as revision 12957 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 PM Revision 8cd92bb9 (ffmpeg): parser should not be needed anymore, merge cases and set frame size f...
- Originally committed as revision 12956 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:25 PM Revision 202aca67 (ffmpeg): Make sure some value is always returned via data_size
- Originally committed as revision 12955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:24 PM Revision 3b8c000d (ffmpeg): lower frame size to split amr/qcelp/gsm frames
- Originally committed as revision 12954 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:05 PM Revision 96ddaff5 (ffmpeg): Allow bitrates zero and 13200 (needed for decoding mov and aiff)
- Originally committed as revision 12953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 PM Revision 37ffe34b (ffmpeg): align and remove useless braces
- Originally committed as revision 12952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:57 AM Revision 1c126b4f (ffmpeg): cosmetics, remove whitespaces in tags
- Originally committed as revision 12951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 AM Revision cc326d2b (ffmpeg): set gsm default frame size and bytes per frame, needed by old qt form...
- Originally committed as revision 12950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 AM Revision 07a47ae2 (ffmpeg): pts are unsigned according to specs, fix negative pts when 32bit pts ...
- Originally committed as revision 12949 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 AM Revision 254629b1 (ffmpeg): set wrap bits to 32bit to actually use it
- Originally committed as revision 12948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 AM Revision 7622778e (ffmpeg): Revert "Adjust pkg-config files to include files residing in separate...
- Originally committed as revision 12947 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/24/2008
- 11:21 PM Revision 903a2e86 (ffmpeg): Avoid using reserved __names.
- Originally committed as revision 12946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 PM Revision ceedda75 (ffmpeg): minor memleak
- Originally committed as revision 12945 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision 0c79b140 (ffmpeg): add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()
- and then reads the channel_map stuff
Originally committed as revision 12944 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:16 PM Revision 81d5ae6d (ffmpeg): Fixing memleaks.
- Originally committed as revision 12943 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 PM Revision 287d6cfa (ffmpeg): cosmetics: remove useless whitespaces and put braces correctly
- Originally committed as revision 12942 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:17 PM Revision 3f78a3a9 (ffmpeg): demux qcelp, so this can work with soc decoder and stream copy
- Originally committed as revision 12941 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision 76f34857 (ffmpeg): qcelp fourcc
- Originally committed as revision 12940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 PM Revision 5cd505e0 (ffmpeg): Adjust pkg-config files to include files residing in separate subdire...
- Originally committed as revision 12939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 PM Revision 463e7afd (ffmpeg): support for alac in .mov
- Originally committed as revision 12938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision be511925 (ffmpeg): set alac frame size from extradata
- Originally committed as revision 12937 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 PM Revision 3fd6b336 (ffmpeg): Set pixel aspect ratio for libxvid wrapper.
- Patch by Thorsten Jordan tjordanATmacrosystem de
Originally committed as revision 12936 to svn://svn.ffmpeg.org/ffmp... - 10:13 AM Revision 95a6a015 (ffmpeg): Enhance documentation for AVClass
- Patch by Stefano Sabatini stefanodotsabatini-lalaatpostedotit
Originally committed as revision 12934 to svn://svn.ff... - 02:03 AM Revision 8d94f606 (ffmpeg): Support shared pthreads-win32.
- Patch by Gianluigi Tiesi <mplayer at netfarm.it>
Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmp...
04/23/2008
- 09:16 PM Revision 5fd63f3c (ffmpeg): Ensure that the timestamp reading code used for seeking chooses a pos...
- which is a multiple of the packet size from the last packet start instead
of the file start. This fixes some seek iss...
04/22/2008
- 11:24 PM Revision a9600003 (ffmpeg): Fix regression introduced by r12929.
- num_coeffs is just one byte.
It would make no sense for num_coeffs to be as high as 2^32.
Originally committed as re... - 08:30 PM Revision 9ed0cff9 (ffmpeg): The code now is pretty self explanatory about the header structure.
- Remove the big comment and add comments about the skipped fields.
Originally committed as revision 12930 to svn://sv... - 08:24 PM Revision fc22c009 (ffmpeg): Use bytestream functions for reading frame header.
- Originally committed as revision 12929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 PM Revision 904bc6b8 (ffmpeg): Make Xvid wrapper use threads (with support for newest CVS Xvid only)
- Patch by Thorsten Jordan ( tjordan macrosystem de )
Originally committed as revision 12928 to svn://svn.ffmpeg.org/f... - 08:17 PM Revision c48da33c (ffmpeg): Send context to some ffmpeg.c opt* function
- Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
Originally committed as revision 12927 to svn://svn.ffm... - 08:08 PM Revision b4bbcd63 (ffmpeg): Read asf file header fields in the right order
- Patch by Rafaël Carré ( funman videolan org )
Originally committed as revision 12926 to svn://svn.ffmpeg.org/ffmpeg/... - 08:06 PM Revision 3ade5d56 (ffmpeg): Add supported_samplerates field to AVCodec
- Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
Originally committed as revision 12925 to svn://svn.ffm... - 04:26 PM Revision 9fa58f19 (ffmpeg): Rename diracschro_common.[ch] to libdirac_libschro.[ch], external lib...
- glue code should have a lib prefix in its name.
Originally committed as revision 12924 to svn://svn.ffmpeg.org/ffmpe... - 01:22 PM Revision 6ef4ba3f (ffmpeg): libdirac and libschro common code, patch from Anuradha Suraparaju anu...
- Originally committed as revision 12923 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 AM Revision 55736cfb (ffmpeg): change ff_ac3_parse_header() to take a GetBitContext instead of const...
- Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 AM Revision 0ec1eb69 (ffmpeg): Add .longname to bfi_decoder declaration.
- patch by Sisir Koppaka, sisir.koppaka gmail com
Originally committed as revision 12921 to svn://svn.ffmpeg.org/ffmpe...
04/21/2008
- 03:20 PM Revision c675ef70 (ffmpeg): Compute AC3 frame CRC for stronger raw AC3 format probing.
- Closes issue64.
Originally committed as revision 12920 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:59 AM Revision 66824f99 (ffmpeg): Make some ffmpeg opts use parse-number-or-die.
- Patch by Stefano Sabatini stefano sabatini-lala posteit
Originally committed as revision 12919 to svn://svn.ffmpeg.o... - 08:32 AM Revision b1d31e2f (ffmpeg): Force inlining of MPV_motion_internal.
- Patch by strites: strites gmail com
Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimization... - 08:30 AM Revision bd7c626a (ffmpeg): Unroll codepath
- Patch by strites: strites gmail com
Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimization... - 08:19 AM Revision 4fa6eac5 (ffmpeg): Correct ASF duration.
- Patch by Henrik Gulbrandsen: henrik gulbra net
Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg... - 01:22 AM Revision 8767060c (ffmpeg): Fix bug introduced by r12827.
- If av_exit() was called after an AVFormatContext was created, but before
its file was opened, av_exit() would pass a ...
04/20/2008
- 11:54 PM Revision b189e670 (ffmpeg): Simplify ff_split_xiph_headers
- Originally committed as revision 12914 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 PM Revision 58720ebd (ffmpeg): Add checks to ff_split_xiph_headers to ensure that returned header_le...
- header_start values are always valid.
Fixes a crash with http://samples.mplayerhq.hu/ogg/mmw-deadzy.ogg
(still does n... - 08:28 PM Revision 63d86443 (ffmpeg): Raw dts muxer
- Originally committed as revision 12912 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision f55b299a (ffmpeg): check for ARM VFP support
- Originally committed as revision 12911 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/19/2008
- 05:07 PM Revision 159ef4b0 (ffmpeg): Implement FFMAX3(a,b,c) - maximum over three arguments.
- Originally committed as revision 12910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision c6cd525a (ffmpeg): Decrease returning probe score for WAV demuxer to avoid
- probe conflict between WAV and future ACT demuxer.
This is necessary because ACT has standard WAV header
at top of it... - 01:03 PM Revision bebfc16a (ffmpeg): Do not pass dct_block to vlc_decode_block().
- The function uses dct_block from the context anyways.
Originally committed as revision 12908 to svn://svn.ffmpeg.org... - 12:34 PM Revision 399e4652 (ffmpeg): Cosmetics and style.
- Originally committed as revision 12907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision c9108634 (ffmpeg): Rename vlc1 to vlc.
- There is no vlc2, so there is no point in numbering it.
Originally committed as revision 12906 to svn://svn.ffmpeg.o... - 12:24 PM Revision ed729c35 (ffmpeg): Add note about using latest MSYS make for MinGW.
- Thanks to tripp for the not mingw32 make note...
Originally committed as revision 12905 to svn://svn.ffmpeg.org/ffmp... - 12:19 PM Revision d6504e42 (ffmpeg): make wininstaller has been removed in r12416
- Originally committed as revision 12904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 PM Revision 144b5bdc (ffmpeg): Make most of E-AC-3 work without breaking regression tests.
- Originally committed as revision 12903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 AM Revision 8870cf82 (ffmpeg): This fixes the code so it is correct on both sides of the if().
- Originally committed as revision 12902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 AM Revision 7bc5f6e5 (ffmpeg): indent
- Originally committed as revision 12901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:18 AM Revision 12eef728 (ffmpeg): Fix build of cputest test program.
- Originally committed as revision 12899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 AM Revision e4d5a185 (ffmpeg): 100l I broke AC3 in MPEG seeking.
- Originally committed as revision 12898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 AM Revision c087748f (ffmpeg): Part 2 of EAC3 support, this is still disabled as it breaks regressions
- due to bugs elsewhere.
Originally committed as revision 12897 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:28 AM Revision 8629e756 (ffmpeg): part 1 of EAC3 support
- Originally committed as revision 12896 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision 133ac890 (ffmpeg): Add new_frame_start and need_next_header.
- based on a patch by Bartlomiej
Originally committed as revision 12895 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:50 AM Revision 454064ad (ffmpeg): Change aac and ac3 parsers to use ff_combine_frame().
- Originally committed as revision 12894 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/18/2008
- 07:28 PM Revision bf237413 (ffmpeg): fix make tests in subdirs
- Originally committed as revision 12893 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:29 PM Revision 9e2ffc45 (ffmpeg): Tighten up the Westwood AUD detection. Probability of random detections
- used to be on the order of 2^8. It is now on the order of 2^45.
Originally committed as revision 12892 to svn://svn.... - 08:58 AM Revision e5ab7379 (ffmpeg): check alac EOF marker
- Patch by Matthieu Castet castet matthieu free fr
Originally committed as revision 12891 to svn://svn.ffmpeg.org/ffmp... - 08:43 AM Revision 2003d3da (ffmpeg): BFI video decoder.
- Patch by Sisir Koppaka sisir koppaka gmail
Original thread: [FFmpeg-devel] BFI video decoder
Date: 04/17/2008 04:25 P... - 07:05 AM Revision 93826f56 (ffmpeg): Fix des-test compilation.
- Originally committed as revision 12889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:09 AM Revision 8c731c97 (ffmpeg): remove AACAC3FrameFlag
- Originally committed as revision 12888 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/17/2008
- 10:06 PM Revision 37ff38c6 (ffmpeg): cosmetics: spelling
- Originally committed as revision 12887 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 PM Revision 0ddfbc73 (ffmpeg): cosmetics: Sort some lists alphabetically.
- Originally committed as revision 12886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 PM Revision c88c253d (ffmpeg): cosmetics: __asm__ __volatile__ --> asm volatile
- Originally committed as revision 12885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:54 PM Revision c6d4cef7 (ffmpeg): cosmetics: __asm__ __volatile__ --> asm volatile
- Originally committed as revision 26456 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:03 PM Revision 010db103 (ffmpeg): Remove another unneeded var from context
- Originally committed as revision 12884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 PM Revision 4c63c597 (ffmpeg): 10l: my last commit broke compilation and introduced warnings
- Originally committed as revision 12883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision db08882e (ffmpeg): Remove unneeded variables from context
- Originally committed as revision 12882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 PM Revision 8431603a (ffmpeg): Remove wrapper around av_log2()
- Originally committed as revision 12881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 PM Revision f1ae14d2 (ffmpeg): Xvid IDCTs are not under CONFIG_GPL, so don't require it when using t...
- Originally committed as revision 12880 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:38 AM Revision 1beb670a (ffmpeg): fix a typo
- Originally committed as revision 12879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 AM Revision 716e31ea (ffmpeg): Make two comments doxygen compatible.
- Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 12878 to svn://svn.ffmpeg.... - 07:32 AM Revision 748061de (ffmpeg): Typo
- Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 12877 to svn://svn.ffmpeg.... - 06:07 AM Revision 56cce5bb (ffmpeg): Add descriptive long_name to AVCodec
- Patch by: stefano sabatini-lala poste it
Originally committed as revision 12876 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:22 AM Revision 1f655c4f (ffmpeg): indent
- Originally committed as revision 12875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 AM Revision 5eeba07e (ffmpeg): Factorize more code.
- Originally committed as revision 12874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 AM Revision 5a5a27c5 (ffmpeg): Factorize decode_postfix() out.
- Originally committed as revision 12873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:00 AM Revision c49c5e23 (ffmpeg): Change k limiting code, i think the code was buggy.
- If you have ALAC files TEST them! Mine produce the same md5 but the new
code is not identical if limiting does happen... - 02:40 AM Revision 59b377ac (ffmpeg): more senseless code
- One wonders how such stuff gets past the reviews ...
Originally committed as revision 12871 to svn://svn.ffmpeg.org/... - 02:38 AM Revision 26df3ba2 (ffmpeg): senseless code
- Originally committed as revision 12870 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:35 AM Revision ec04a74e (ffmpeg): useless variable
- Originally committed as revision 12869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 AM Revision ea3372a2 (ffmpeg): simplify
- Originally committed as revision 12868 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/16/2008
- 09:50 PM Revision b153c68b (ffmpeg): fix building of test programs (make tests)
- Originally committed as revision 12867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:50 PM Revision 54381d75 (ffmpeg): clear TESTS variable between subdirs
- Originally committed as revision 12866 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision de9c6ddd (ffmpeg): Set correct value for includedir in pkg-config files.
- Originally committed as revision 12865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 PM Revision f2b7382c (ffmpeg): Set correct value for libdir in pkg-config files.
- patch by Anssi Hannula, anssi.hannula gmail com
Originally committed as revision 12864 to svn://svn.ffmpeg.org/ffmpe... - 08:51 PM Revision 80465c7e (ffmpeg): cosmetics: Fix nonstandard indentation.
- Originally committed as revision 12863 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision 591d87ba (ffmpeg): Cosmetics:
- Break long lines.
Correct spelling in comment (duplicatin -> duplicating)
Originally committed as revision 12862 to ... - 04:52 PM Revision 3adfb377 (ffmpeg): doxy header for udp protocol
- Originally committed as revision 12861 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 PM Revision 57639aa3 (ffmpeg): unassigned imdct & windowing TODO
- Originally committed as revision 12860 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:33 PM Revision efe6079d (ffmpeg): unused
- Originally committed as revision 12859 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:33 PM Revision 3d001256 (ffmpeg): cosmetic
- Originally committed as revision 12858 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision a1b914b2 (ffmpeg): Move the *-1 to a more sane place as well.
- Originally committed as revision 12857 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:28 PM Revision 5d32325a (ffmpeg): Move scale_bias to a more sane place. I am starting to wonder how this
- trash got into svn ...
Originally committed as revision 12856 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:03 PM Revision 687550d3 (ffmpeg): simplify
- Originally committed as revision 12855 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 5c656605 (ffmpeg): Avoid reverse addressing, not sure if this is faster or slower but pe...
- maybe are confused by it. The code needs to be optimized anyway.
Originally committed as revision 12854 to svn://svn... - 02:55 PM Revision 2f75d26c (ffmpeg): commutative law based cleanup
- Originally committed as revision 12853 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:49 PM Revision dcafb28d (ffmpeg): do the -1 outside of the transform
- Originally committed as revision 12852 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 6fab025d (ffmpeg): normalize signs
- Originally committed as revision 12851 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:29 PM Revision 115682e5 (ffmpeg): 100l lost add_bias
- Originally committed as revision 12849 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 PM Revision e616c6d6 (ffmpeg): simplify transform
- Originally committed as revision 12848 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 AM Revision d965c3e7 (ffmpeg): Print duration with higher precision.
- patch from Hervé Flores, herve.flores free fr
Originally committed as revision 12847 to svn://svn.ffmpeg.org/ffmpeg/... - 04:40 AM Revision 52cb7981 (ffmpeg): Redo r12838, this time using svn copy to create h264_i386.h from caba...
- Move decode_significance_x86() and decode_significance_8x8_x86() to
i386-specific file from cabac.h.
New file is h264... - 04:26 AM Revision 3aa9ede4 (ffmpeg): Revert 12838 to redo it the right way (use svn copy to create new
- file based on old).
Originally committed as revision 12845 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:54 AM Revision ad246860 (ffmpeg): Test idct_xvid_sse2() in dct-test.
- Originally committed as revision 12844 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 AM Revision f73a6393 (ffmpeg): Add a new xvid-style IDCT using SSE2.
- Originally committed as revision 12843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 AM Revision 0e956ba2 (ffmpeg): Add a new IDCT permutation, used in xvid_sse2 and possibly future sim...
- Originally committed as revision 12842 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/15/2008
- 10:22 PM Revision b4999290 (ffmpeg): Cleanup comments and make them doxygen parsable.
- Originally committed as revision 12841 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 PM Revision 74118c07 (ffmpeg): documentation update for new Maxis EA XA decoder/demuxer
- patch by Robert Marston, rmarston gmail com
Originally committed as revision 12840 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:27 PM Revision fc9b22dd (ffmpeg): Expose max_packet_size from the rtp protocol
- Originally committed as revision 12839 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 PM Revision e6cfd8ff (ffmpeg): Move decode_significance_x86() and decode_significance_8x8_x86() to
- i386-specific file from cabac.h.
New file is h264-oriented and only included from h264.c
Resolves compilation when co... - 01:50 PM Revision 4b3cca36 (ffmpeg): Do not detect a format if another has the same score.
- Originally committed as revision 12837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision 056f6b8f (ffmpeg): Using the same probe function in 2 formats is not a good idea.
- Originally committed as revision 12836 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 PM Revision f4bcc857 (ffmpeg): DCA frame size is constant
- Originally committed as revision 12835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 PM Revision a8f0c9c5 (ffmpeg): Reduce probe score as it misdetects our flv file from the regression ...
- The only reason why it does not break them is that flv has the same score
and happens to be first in the list.
Origi... - 12:25 PM Revision 7344dac4 (ffmpeg): Fix probe for mov00003.mqv.
- Originally committed as revision 12833 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision 0c739854 (ffmpeg): Identify codec in GMCMidiaASX.mov correctly.
- Originally committed as revision 12832 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:28 AM Revision d2bf42be (ffmpeg): Fix receiving from SDP with unicast destinations
- Originally committed as revision 12831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:23 AM Revision 35b74c3d (ffmpeg): Remove the "multicast=" tag from UDP and RTP URLs
- Originally committed as revision 12830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 AM Revision 1f56021a (ffmpeg): We require GNU Make 3.81.
- Originally committed as revision 12829 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/14/2008
- 11:51 PM Revision 6dffc88d (ffmpeg): spelling/wording/grammar and better phrasing
- Originally committed as revision 12828 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision 296df4e7 (ffmpeg): Use av_exit() instead of exit() for a minimal cleanup
- before leaving ffmpeg.
Needed by some grab devices and possibly network streams.
Originally committed as revision 12... - 10:31 PM Revision e5295c0d (ffmpeg): Move av_exit() so it can be used by more functions
- without needing forward declaration.
Originally committed as revision 12826 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:39 PM Revision 16507ddd (ffmpeg): Add DIRS variable to the list of variables to be cleared instead of
- unsetting it manually.
Originally committed as revision 12825 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:54 PM Revision 3fbe7118 (ffmpeg): Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrang...
- Originally committed as revision 12824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision 4b1131a0 (ffmpeg): typo
- Originally committed as revision 12823 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision cada0327 (ffmpeg): Add #if 0 code to test for yet unsupported compressions
- from user-supplied verbose information.
Originally committed as revision 12822 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:41 PM Revision 23ef6da8 (ffmpeg): Support biCompression I420
- Originally committed as revision 12821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision e4d286f1 (ffmpeg): Cosmetics: remove {}s over one-lined ifs.
- Originally committed as revision 12820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision e110f486 (ffmpeg): Simplify more errors by using goto
- Originally committed as revision 12819 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 76c2662b (ffmpeg): Simplify returning errors by using goto
- Originally committed as revision 12818 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 PM Revision 861c63a2 (ffmpeg): Maxis XA demuxer and decoder.
- Patch by Robert Marston rmarston (\at/) gmail point com
Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - G... - 01:15 PM Revision 6f7b915a (ffmpeg): Indentation
- Originally committed as revision 12816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 PM Revision b65213c0 (ffmpeg): Support for BMP os2v1.
- Originally committed as revision 12815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 PM Revision 780169c3 (ffmpeg): Remove useless code.
- Originally committed as revision 12814 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision b41497e9 (ffmpeg): Recommit r12809
- Log:
10l
Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found.
fixes WELCOMETOBELGRADE.flv
After se... - 12:22 PM Revision 0366654e (ffmpeg): Use generic seeking code for flv. The removed code was a buggy duplic...
- Originally committed as revision 12812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:10 PM Revision 26d95a1e (ffmpeg): revert r12809
- Log:
10l
Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found.
fixes WELCOMETOBELGRADE.flv
As it un...
04/13/2008
- 11:47 PM Revision a33cfa30 (ffmpeg): Stop find_stream_info() searching for further streams if 2 streams have
- been found.
Originally committed as revision 12810 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:58 PM Revision 749c9201 (ffmpeg): 10l
- Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found.
fixes WELCOMETOBELGRADE.flv
Originally committe... - 09:06 PM Revision b64c096b (ffmpeg): BFI demuxer
- Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com)
Originally committed as revision 12808 to svn://svn.ffmpeg.o... - 04:11 PM Revision 8c2a4ddc (ffmpeg): ILP64 fixes (untested)
- Originally committed as revision 12807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 AM Revision 7ce76ee4 (ffmpeg): Print warning if scale/rate is invalid.
- Originally committed as revision 12806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 AM Revision 0dbb6515 (ffmpeg): indent
- Originally committed as revision 12805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 AM Revision 4a030a1f (ffmpeg): Restructure if/else a little.
- Originally committed as revision 12804 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 AM Revision e825656f (ffmpeg): Clear DIRS variable in common.mak, so it does not have to be cleared in
- each subdirectory Makefile.
Originally committed as revision 12803 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:23 AM Revision 95d2afec (ffmpeg): Remove all dependency files on distclean.
- Originally committed as revision 12802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 AM Revision 7b1b3dc1 (ffmpeg): Unset DIRS after including subdir.mak so that the variable is not used
- in the other subdirectory Makefiles.
Originally committed as revision 12801 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:09 AM Revision adc39350 (ffmpeg): Generate the list of files to clean in subdirectories in common.mak.
- This way, it can be used from all directories.
Originally committed as revision 12800 to svn://svn.ffmpeg.org/ffmpeg... - 09:59 AM Revision d4210e2a (ffmpeg): Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.
- Originally committed as revision 12799 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 AM Revision 77405bb8 (ffmpeg): Simplify CLEANFILES generation.
- Originally committed as revision 12798 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 AM Revision ee794d1e (ffmpeg): Do not call update_initial_durations if pkt->duration is 0.
- Fixes and assertion crash when playing amv files, e.g.
http://samples.mplayerhq.hu/amv/Shakira - Hips Don't Lie.amv
... - 07:48 AM Revision ba0dabbf (ffmpeg): Add explanatory comments to enum CodecID.
- Originally committed as revision 12796 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:29 AM Revision 54e3ae2e (ffmpeg): Relicense test/example files as LGPL with Michael's permission.
- Originally committed as revision 26429 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:05 AM Revision 05adf49c (ffmpeg): Remove redundant &.
- Originally committed as revision 12795 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/12/2008
- 04:54 PM Revision 54a0b6e5 (ffmpeg): Add a header file to declare Xvid IDCT functions.
- patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12794 to svn://svn.ffmpeg.org/ffm...
04/11/2008
- 02:18 PM Revision 07c37ca7 (ffmpeg): remove useless extern keyword.
- patch by Stefano Sabatini: stefano sabatini-lala poste it
Originally committed as revision 12790 to svn://svn.ffmpeg... - 12:57 PM Revision 59eeddf0 (ffmpeg): Crop parameters are unsigned, having them negative could be bad and lead
- to crashes or maybe exploits (not checked at all if this is possible).
Originally committed as revision 12789 to svn... - 12:55 PM Revision faf3dfb9 (ffmpeg): Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv
- and closes issue333.
Originally committed as revision 12788 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/10/2008
- 10:34 PM Revision d1300235 (ffmpeg): ffplay.d needs SDL_CFLAGS
- Originally committed as revision 12787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision 49e37ca9 (ffmpeg): remove unused MAKE variable
- Originally committed as revision 12786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 PM Revision 9987769a (ffmpeg): correct soname for vhooks
- Originally committed as revision 12785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 PM Revision 791a3fc8 (ffmpeg): save DEP_LIBS before processing subdirs
- Originally committed as revision 12784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 PM Revision 54816a3e (ffmpeg): cosmetics: Break an overly long line.
- patch by Keiji Costantini, lists strites net
Originally committed as revision 12783 to svn://svn.ffmpeg.org/ffmpeg/t... - 07:07 PM Revision cb9501f4 (ffmpeg): cosmetics: Break some overly long lines.
- patch by Keiji Costantini, lists strites net
Originally committed as revision 12782 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:40 AM Revision 08c9bfba (ffmpeg): cosmetics: Break some overly long lines.
- patch by Keiji Costantini, lists strites net
Originally committed as revision 12781 to svn://svn.ffmpeg.org/ffmpeg/t... - 06:15 AM Revision 4a24837e (ffmpeg): Only set channels in the stream if previously unset, fixes resampling...
- Originally committed as revision 12780 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom