summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add const, remove warning:Baptiste Coudurier2009-01-221-26/+26
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-211-1/+4
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-213-3/+3
* Make base64 test program compilable as a standard test program.Diego Biurrun2009-01-211-5/+4
* Add void keyword to parameterless function declaration.Diego Biurrun2009-01-211-1/+1
* yet another attempt on fixing synchronization in VMDKostya Shishkov2009-01-211-6/+6
* Empty audio chunks in VMD are silent, not skippedKostya Shishkov2009-01-211-1/+1
* cosmetics: reindent after last commitKostya Shishkov2009-01-211-7/+7
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-212-46/+28
* Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet2009-01-212-2/+2
* fix seek reg tests, Im always forgetting thisBaptiste Coudurier2009-01-211-27/+27
* Sort VdpPictureInfo alphabetically.Carl Eugen Hoyos2009-01-201-1/+1
* exit with error code if av_encode failedBaptiste Coudurier2009-01-201-2/+3
* change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier2009-01-201-3/+4
* another mpeg4 fourccBen Littler2009-01-201-0/+1
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-202-5/+6
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-01-201-4/+4
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Carl Eugen Hoyos2009-01-201-0/+4
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-209-0/+136
* set correct value for starting lineBaptiste Coudurier2009-01-202-5/+12
* fix gxf time code mark out valueBaptiste Coudurier2009-01-202-2/+11
* Enable building r3d demuxer when its config is set.Benoit Fouet2009-01-201-0/+1
* Use avf context in av_log, instead of NULL.Benoit Fouet2009-01-201-5/+5
* Pass avf context to audio_open().Benoit Fouet2009-01-201-3/+4
* Fix a read past end of buffer crash in the mp3 probeAlex Converse2009-01-201-1/+1
* R3D REDCODE demuxerBaptiste Coudurier2009-01-206-2/+391
* add myself as maintainer of ISS (with Jai's blessing)Stefan Gehrer2009-01-201-0/+1
* matroskaenc: correctly handle h264 streams with 3 bytes nal startcodesAurelien Jacobs2009-01-201-9/+11
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-192-2/+2
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-196-12/+43
* Remove detection of mmsh protocol in ffplay.Aurelien Jacobs2009-01-191-4/+2
* Restore mistakenly removed period after "DivX, Inc".Diego Biurrun2009-01-191-1/+1
* add T263. works on samples/V-codecs/T263/Ben Littler2009-01-191-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19194-219/+219
* Drop the deprecated av_init_random() at the next libavutil major bump.Stefano Sabatini2009-01-182-0/+5
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-189-9/+9
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-1820-41/+71
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-184-8/+7
* Deprecate av_init_random() in favour of av_random_init(), with a more naturalStefano Sabatini2009-01-183-3/+11
* Implement a var for containing the current year number rather thanStefano Sabatini2009-01-182-2/+6
* ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code changeMåns Rullgård2009-01-181-25/+18
* Alpha: add -mieee to CFLAGSMåns Rullgård2009-01-181-0/+1
* Alpha: fix pix_abs16Måns Rullgård2009-01-182-62/+55
* configure: add fastdiv to CONFIG_LISTMåns Rullgård2009-01-181-0/+1
* matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs2009-01-181-4/+1
* matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs2009-01-181-2/+7
* Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser2009-01-181-1/+1
* Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser2009-01-181-18/+27
* dct-test: add Alpha idctMåns Rullgård2009-01-181-0/+6
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-182-11/+11
OpenPOWER on IntegriCloud