platform/upstream/libav.git
2008-06-02 Aurelien Jacobsreorganize matroska_add_stream() to fix potential mem...
2008-06-02 Aurelien Jacobsmatroskadec: move ARRAY_SIZE() macro at top of the...
2008-06-02 Aurelien Jacobsbump micro version after commit r13615
2008-06-02 Måns Rullgårdfix servertest in out of tree builds
2008-06-02 Baptiste Coudurierprint correct mpeg-2 broken_link value, and print close...
2008-06-02 Vitor SessakRemove warning that could never be triggered.
2008-06-02 Michael Niedermayerindent
2008-06-02 Michael NiedermayerOnly store timestamps when there are timestamps.
2008-06-02 Michael NiedermayerOur MPEG-TS demuxer does not send complete PES packets...
2008-06-02 Michael NiedermayerMove new field to the end to avoid ABI breakage, I...
2008-06-02 Michael Niedermayercosmetic
2008-06-02 Michael NiedermayerAllow matching timestamps to be removed by fetch_timest...
2008-06-02 Michael NiedermayerAdd off argument so that fetch_timestamp can search...
2008-06-02 Michael NiedermayerFactorize fetch_timestamp() into its own function
2008-06-02 Michael Niedermayerunused variable
2008-06-02 Andreas ÖmanAudio channels and sample rate must be set in order...
2008-06-02 Baptiste Coudurierrename last_frame_offset to next_frame_offset, due...
2008-06-02 Baptiste Couduriercosmetics, remove table_ prefix
2008-06-02 Michael Niedermayerindent
2008-06-02 Michael NiedermayerRename last_frame_offset to next_frame_offset.
2008-06-02 Baptiste Coudurieroptimize, merge offset bits in vlc code
2008-06-02 Michael NiedermayerSimplify parser core.
2008-06-02 Justin Rugglesmove some AC3HeaderInfo struct fields to the Coded...
2008-06-01 Baptiste Coudurierreturn if bitrate is not specified or too low
2008-06-01 Baptiste Coudurieradd context_to_name func for logging
2008-06-01 Vitor SessakReplace comments by error messages.
2008-06-01 Vitor SessakCosmetics
2008-06-01 Vitor SessakRename dec2() function
2008-06-01 Vitor SessakRename var
2008-06-01 Vitor SessakRename dec1() to a more descriptive name
2008-06-01 Vitor SessakThe function dec1() do two completly unrelated things...
2008-06-01 Baptiste Coudurierrestore needed cast to correct type with const
2008-06-01 Panagiotis... Check whether the memory allocation for extradata succe...
2008-06-01 Aurelien Jacobsmatroskadec: use the proper timestamp scaling for index...
2008-06-01 Anton Khirnovmatroskadec: read TrackTimecodeScale and set timebase...
2008-06-01 Anton Khirnovmatroskadec: silently discard some element ID that...
2008-06-01 Vitor SessakYet more variable renaming
2008-06-01 Vitor SessakMore variable renaming
2008-06-01 Vitor SessakRename functions
2008-06-01 Vitor SessakRename variables
2008-06-01 Stefano SabatiniMacro suggested by Michael which will be used to disabl...
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Coudurierremove useless casts
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Coudurierremove useless casts
2008-06-01 Baptiste Couduriermemcpy considering output width, not src linesize,...
2008-06-01 Baptiste Couduriergive context to av_log
2008-06-01 Baptiste Coudurieradd \n to error message
2008-06-01 Michael NiedermayerPrevent scalefactors from overflowing.
2008-05-31 Justin Rugglescosmetics: add a comment, remove a comment
2008-05-31 Justin Rugglessimplify
2008-05-31 Justin Rugglesset lfe params at frame init instead of in every block
2008-05-31 Justin Rugglesonly calculate number of exponent groups when exponents...
2008-05-31 Justin Rugglescosmetics: remove unneeded braces
2008-05-31 Justin Ruggles10l: cosmetics
2008-05-31 Justin Rugglesnew dba values requires running last 2 bit allocation...
2008-05-31 Stefano SabatiniAdd a few newlines to 'ffmpeg -h' output to make it...
2008-05-31 Justin Rugglesget_transform_coeffs() never returns an error, so make...
2008-05-31 Vitor SessakAdd doxy comments to eq() and do_voice()
2008-05-31 Justin Rugglesuse enum value for CRC error
2008-05-31 Justin Rugglesmove header error logging to after CRC check
2008-05-31 Vitor SessakMinor simplification
2008-05-31 Vitor SessakRename variable
2008-05-31 Vitor SessakRemove useless intermediate variable
2008-05-31 Vitor SessakRemove ra144.o dependency added in revision r13500...
2008-05-31 Peter Rossflvenc.o depends on avc.o (for H.264 support functions).
2008-05-31 Peter RossCompiling ffmpeg.c fails when when the .ffm demuxer...
2008-05-30 Michael Niedermayerunused
2008-05-30 Michael NiedermayerAs *_static are not deallocated anymore except on progr...
2008-05-30 Michael Niedermayerunused
2008-05-30 Michael NiedermayerRemove non C code.
2008-05-30 Michael NiedermayerMove *_static to bitstream.c which is the only file...
2008-05-30 Michael NiedermayerChange init_vlc_rl() so it does not use *alloc_static...
2008-05-30 Michael NiedermayerChange init_2d_vlc_rl() to not use *alloc_static().
2008-05-30 Michael NiedermayerRemove incorrect usage of av_free_static(), ffmpeg...
2008-05-30 Michael NiedermayerRemove constant argument.
2008-05-30 Michael NiedermayerSwitch to INIT_VLC_USE_NEW_STATIC.
2008-05-30 Michael NiedermayerLittle helper macro to make the use of INIT_VLC_USE_NEW...
2008-05-30 Michael NiedermayerMake init_vlc* support proper static tables instead...
2008-05-30 Vitor SessakRevert r13499, log:
2008-05-30 Baptiste Coudurier2nd try fix got_key_frame when video+audio
2008-05-30 Ramiro Pollaraw mlp demuxer
2008-05-30 Quoc Cuong... Detect "tif" suffix as TIFF.
2008-05-30 Diego Biurruncosmetics: Remove useless backslashes.
2008-05-30 Diego BiurrunImplement a proper configure test for AltiVec vector...
2008-05-30 Diego BiurrunSimplify altivec.h test.
2008-05-30 Diego Biurrun10l: Add useless backslashes in AltiVec CFLAGS test.
2008-05-30 Baptiste Coudurierfix got_key_frame when stream is audio
2008-05-30 Baptiste Coudurierset got_key_frame when packet is video, fix first video...
2008-05-30 Baptiste Coudurierupdate regressions tests, should be stable now
2008-05-30 Baptiste Couduriersleep seems needed to wait for feed to be setup
2008-05-30 Baptiste Coudurierlog error when writing frame to output
2008-05-30 Baptiste Coudurierwake up connections to stop waiting when feed is being...
2008-05-30 Baptiste Coudurierfix timestamps rescaling, index in source format might...
2008-05-30 Baptiste Couduriertake over ffserver maintenance
next