summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-086-5/+317
* correct computing of DV fourcc in mov muxerBaptiste Coudurier2006-03-081-9/+40
* h264_idct8_add_mmxLoren Merritt2006-03-073-6/+160
* h264_idct_add only needs mmx1Loren Merritt2006-03-072-4/+6
* set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <bapti...Baptiste Coudurier2006-03-061-0/+2
* Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar2006-03-062-0/+4
* referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier...Baptiste Coudurier2006-03-061-6/+10
* add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <ba...Baptiste Coudurier2006-03-061-2/+27
* switch flac to av_crcMichael Niedermayer2006-03-062-47/+4
* switch ac3enc to av_crcMichael Niedermayer2006-03-063-34/+5
* generic crc calculation codeMichael Niedermayer2006-03-066-61/+107
* I still don't think this should be here. Note: without this code DV encoderRoman Shaposhnik2006-03-061-10/+0
* DVCPRO50 support.Daniel Maas2006-03-067-255/+1673
* use xorps instead of mulps to toggle the sign of a float, as suggested by Sof...Zuxy Meng2006-03-051-10/+10
* gcc2.95 workaroundLoren Merritt2006-03-051-22/+24
* Make faac_decode_frame return -1 on error and not 0 which avoidsBaptiste Coudurier2006-03-051-2/+2
* remove some useless instructionsLoren Merritt2006-03-041-18/+4
* Make -xy help output consistent, output an empty line before and after.Diego Biurrun2006-03-041-0/+1
* keyframe flag was wrong if SEIs followed the keyframeLoren Merritt2006-03-041-1/+1
* Support mov stsd atom version 2.Baptiste Coudurier2006-03-041-0/+9
* PAL8 support (fixed BLUR8.AVI)Michael Niedermayer2006-03-031-20/+12
* fix segfault with BLUR8.AVIMichael Niedermayer2006-03-031-3/+4
* Register myself as a maintainerKostya Shishkov2006-03-031-1/+14
* fix infinite loopMichael Niedermayer2006-03-021-1/+3
* fixing total_framesMichael Niedermayer2006-03-022-8/+7
* indentionMichael Niedermayer2006-03-021-2/+2
* timebase fixMichael Niedermayer2006-03-021-1/+1
* ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-03-024-11/+13
* dwstart supportMichael Niedermayer2006-03-021-2/+2
* fixing demuxing of minorityreport.AVIMichael Niedermayer2006-03-021-2/+4
* cleanup IMA-ADPCM WAV decoderMichael Niedermayer2006-03-021-22/+21
* 4% faster h264_qpel_mcLoren Merritt2006-03-021-40/+137
* compute output format before setting language patch by (Baptiste COUDURIER <b...Baptiste Coudurier2006-03-024-26/+25
* * bugfixing call referenceZdenek Kabelac2006-03-011-1/+1
* fix decoding of mpeg2-trunc.vobMichael Niedermayer2006-03-011-1/+1
* fix debug code: do not try to take st->codec if st is NULL. This makes ffplay...François Revol2006-03-011-2/+3
* can't have PES headers in MPEG video elementary streams so fail probeMåns Rullgård2006-03-011-2/+6
* fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ind...Michael Niedermayer2006-03-011-1/+7
* support seeking in RenderAvi.avi (audio stream == single huge chunk)Michael Niedermayer2006-03-011-0/+27
* 10l forgot to set packet_sizeMichael Niedermayer2006-03-011-2/+5
* fix demuxing of XviD_with_3_AAC-HE_audio_streams.aviMichael Niedermayer2006-03-011-6/+8
* add movi_list offset into indexMichael Niedermayer2006-03-011-2/+2
* add size to AVIndexMichael Niedermayer2006-03-017-14/+19
* Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch byBenjamin Larsson2006-03-013-1/+4
* ODML index parsing supportMichael Niedermayer2006-03-011-3/+68
* replace if by assert as it should never by trueMichael Niedermayer2006-03-011-2/+1
* use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.b...Likai Liu2006-02-281-1/+1
* -loop was renamed to -loop_inputAurelien Jacobs2006-02-281-1/+1
* Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"Luca Abeni2006-02-281-1/+1
* Add support for drivers that can change the capture size on VIDIOC_S_FMTLuca Abeni2006-02-281-6/+14
OpenPOWER on IntegriCloud