summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-20
* Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codecRonald S. Bultje2009-03-20
* Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje2009-03-20
* check av_find_stream_info return valueBaptiste Coudurier2009-03-20
* uniformize log messages and add some moreBaptiste Coudurier2009-03-20
* use lfg and ff_random_get_seed instead of deprecated av_randomBaptiste Coudurier2009-03-20
* check if feed and stream already exist before registering new oneBaptiste Coudurier2009-03-20
* Make softfloat test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-20
* Make AES test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-20
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Diego Biurrun2009-03-19
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-19
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-19
* Make ffmpeg fail if the argument provided to the -pix_fmt option isStefano Sabatini2009-03-19
* set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier2009-03-19
* move max analyze duration check before considering new packetBaptiste Coudurier2009-03-19
* Allocate executable memory with VirtualAlloc() in Windows.Ramiro Polla2009-03-19
* Check for VirtualAlloc() so it may be used to allocate executable memory inRamiro Polla2009-03-19
* Drop unnecessary cast and cosmetically align.Ramiro Polla2009-03-19
* Support raw TrueHD filesRamiro Polla2009-03-19
* Fix indentation after r18047.Reimar Döffinger2009-03-19
* Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]Reimar Döffinger2009-03-19
* Do not set linesize for palette data, it does not make sense and createsReimar Döffinger2009-03-19
* Split TrueHD decoder from MLPRamiro Polla2009-03-19
* MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse2009-03-19
* RevertMichael Niedermayer2009-03-19
* typedef int x86_reg on non x86Michael Niedermayer2009-03-19
* Fix 10l typo.Michael Niedermayer2009-03-19
* Nicely align output columns.Diego Biurrun2009-03-19
* Unscaled converters forMichael Niedermayer2009-03-19
* share some constants between the FLAC encoder and FLAC decoderJustin Ruggles2009-03-19
* Fix compilation of adler32 test program: Use av_log_set_level()Diego Biurrun2009-03-19
* Fix copy and paste typo in input/output devices section.Diego Biurrun2009-03-19
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger2009-03-18
* Use read_yesno() in opt_output_file().Stefano Sabatini2009-03-18
* Implement read_yesno().Stefano Sabatini2009-03-18
* Flush the remaning chars in the input buffer after reading theStefano Sabatini2009-03-18
* Implement a name field for AVPixFmtDescriptor.Stefano Sabatini2009-03-18
* swscale-example: use LFG instead of random()Ramiro Polla2009-03-18
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-18
* Fix typo in AOT_ER_AAC_ELDAlex Converse2009-03-18
* Update the MPEG-4 AOT table.Alex Converse2009-03-18
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-18
* Move MPEG-4 AOT enum to mpeg4audio.h.Alex Converse2009-03-18
* Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger2009-03-18
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-18
* Add list of supported input/output devices.Diego Biurrun2009-03-18
* Adjust @columnfractions settings to reflect the number of columns in the table.Diego Biurrun2009-03-18
* use intptr_t to cast pointers to int in codecs maintained by benjamin larssonRamiro Polla2009-03-17
* Add a fillPlane function to fill a plane with one constant valueCédric Schieli2009-03-17
* Don't write outside of the picture buffer in planarCopy in the gray caseCédric Schieli2009-03-17