summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Align test program output columns.Diego Biurrun2009-03-202-3/+3
* Remove unused libavutil/random.h #include.Diego Biurrun2009-03-201-1/+0
* Use correct header for struct AVLFG.Diego Biurrun2009-03-201-1/+1
* resync ffm if error in streamBaptiste Coudurier2009-03-201-2/+18
* typo, fix eof checkBaptiste Coudurier2009-03-202-2/+2
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-204-31/+24
* Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codecRonald S. Bultje2009-03-201-7/+62
* Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje2009-03-203-0/+51
* check av_find_stream_info return valueBaptiste Coudurier2009-03-201-1/+5
* uniformize log messages and add some moreBaptiste Coudurier2009-03-201-3/+7
* use lfg and ff_random_get_seed instead of deprecated av_randomBaptiste Coudurier2009-03-201-6/+7
* check if feed and stream already exist before registering new oneBaptiste Coudurier2009-03-201-11/+30
* Make softfloat test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-201-1/+1
* Make AES test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-201-1/+1
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Diego Biurrun2009-03-191-2/+2
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-191-2/+2
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-191-2/+2
* Make ffmpeg fail if the argument provided to the -pix_fmt option isStefano Sabatini2009-03-191-2/+6
* set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier2009-03-191-1/+1
* move max analyze duration check before considering new packetBaptiste Coudurier2009-03-191-4/+4
* Allocate executable memory with VirtualAlloc() in Windows.Ramiro Polla2009-03-191-0/+10
* Check for VirtualAlloc() so it may be used to allocate executable memory inRamiro Polla2009-03-191-0/+2
* Drop unnecessary cast and cosmetically align.Ramiro Polla2009-03-191-5/+5
* Support raw TrueHD filesRamiro Polla2009-03-195-2/+35
* Fix indentation after r18047.Reimar Döffinger2009-03-191-7/+7
* Change linesize alignment method to ensure that linesize[0] == 2*linesize[1]Reimar Döffinger2009-03-191-1/+9
* Do not set linesize for palette data, it does not make sense and createsReimar Döffinger2009-03-191-1/+0
* Split TrueHD decoder from MLPRamiro Polla2009-03-197-6/+26
* MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse2009-03-191-5/+5
* RevertMichael Niedermayer2009-03-191-28/+18
* typedef int x86_reg on non x86Michael Niedermayer2009-03-191-0/+2
* Fix 10l typo.Michael Niedermayer2009-03-191-4/+4
* Nicely align output columns.Diego Biurrun2009-03-191-1/+1
* Unscaled converters forMichael Niedermayer2009-03-194-1/+324
* share some constants between the FLAC encoder and FLAC decoderJustin Ruggles2009-03-193-15/+10
* Fix compilation of adler32 test program: Use av_log_set_level()Diego Biurrun2009-03-191-1/+1
* Fix copy and paste typo in input/output devices section.Diego Biurrun2009-03-191-1/+1
* Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger2009-03-181-18/+28
* Use read_yesno() in opt_output_file().Stefano Sabatini2009-03-181-6/+1
* Implement read_yesno().Stefano Sabatini2009-03-182-0/+17
* Flush the remaning chars in the input buffer after reading theStefano Sabatini2009-03-181-0/+2
* Implement a name field for AVPixFmtDescriptor.Stefano Sabatini2009-03-182-0/+17
* swscale-example: use LFG instead of random()Ramiro Polla2009-03-181-1/+5
* Do not assume long is same width as x86 register.Ramiro Polla2009-03-185-36/+39
* Fix typo in AOT_ER_AAC_ELDAlex Converse2009-03-181-1/+1
* Update the MPEG-4 AOT table.Alex Converse2009-03-181-0/+13
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-184-55/+55
* Move MPEG-4 AOT enum to mpeg4audio.h.Alex Converse2009-03-182-30/+30
* Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger2009-03-181-19/+24
* Consistently use ff_ prefixes for internal symbols.Diego Biurrun2009-03-188-25/+25
OpenPOWER on IntegriCloud