summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add decoder flagsKostya Shishkov2007-12-07
* Replace table with its H.263 counterpartKostya Shishkov2007-12-07
* Register myself for future RV30/40 decoderKostya Shishkov2007-12-07
* Add --list-indevs and --list-outdevs command line options.Diego Biurrun2007-12-06
* Add --disable-devices to --help output.Diego Biurrun2007-12-06
* Add input and output devices to configure output.Diego Biurrun2007-12-06
* Remove unnecessary quotes.Diego Biurrun2007-12-06
* Update tables for RV40 decoderKostya Shishkov2007-12-06
* prevent warnings about functions being possibly unusedMichael Niedermayer2007-12-06
* thank you for your efforts to keep my code clean, but i would like toMichael Niedermayer2007-12-06
* OS/2 support restored in cleaner form.Dave Yeo2007-12-05
* Verify long_ref_count!=0. Fix issue 281.Panagiotis Issaris2007-12-05
* Fix missing chroma in version 3 STR.Alexander Strange2007-12-05
* fix decoding of the first frame of gray.movMichael Niedermayer2007-12-05
* Initialize function pointers used by error resilience code before anyJeff Downs2007-12-05
* adjust indentation on latest patchMike Melanson2007-12-05
* Check sanity in the palette loading operation. The addresses a potential secu...Mike Melanson2007-12-05
* TypoRoberto Togni2007-12-04
* use -Bsymbolic linker flag if supportedMåns Rullgård2007-12-04
* RV40 decoder specific functionsKostya Shishkov2007-12-04
* return error if malloc failed, found by takis, fix issue 286Baptiste Coudurier2007-12-03
* check mov_read_default return value where appropriate, patch by takis, fix is...Panagiotis Issaris2007-12-03
* 4 months of hard development and finally it's done. Closes issue 58. Adpcm_sw...Benjamin Larsson2007-12-03
* colour --> color in variable namesDiego Biurrun2007-12-03
* Add a --disable-devices flag which disables all muxers and demuxers ofPanagiotis Issaris2007-12-03
* cosmetics: comment spelling fixesDiego Biurrun2007-12-03
* Fix make checkheaders.Diego Biurrun2007-12-03
* cosmetics: spelling fixesDiego Biurrun2007-12-03
* fix dnxhd 720p in mov for quicktime playerBaptiste Coudurier2007-12-03
* add assert to detect invalid packet_timestamp_start/endMichael Niedermayer2007-12-03
* correct invalid durationMichael Niedermayer2007-12-03
* add const to remove warnings, ffmpeg.c:2892: warning: initialization discards...Baptiste Coudurier2007-12-03
* make rc_buffer_size apply to audio as wellMichael Niedermayer2007-12-03
* make mpeg-ps probe less happy with random dataMichael Niedermayer2007-12-03
* return a slightly larger score if we find more than 500 valid mp3 frames in a...Michael Niedermayer2007-12-03
* ensure that the probe code runs in O(n)Michael Niedermayer2007-12-03
* Rename function to reflect its actionKostya Shishkov2007-12-03
* remove arbitrary 4096 limit for probingMichael Niedermayer2007-12-03
* prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 filesMichael Niedermayer2007-12-03
* Remove rc_eq-specific code, it is passed by AVOption now.Michael Niedermayer2007-12-03
* Fix non-numeric AVOptions.Michael Niedermayer2007-12-03
* simplifyMichael Niedermayer2007-12-03
* make the AVOption code work with strings instead of crashMichael Niedermayer2007-12-03
* Make ff_qt_default_palette_* arrays "static const"Reimar Döffinger2007-12-02
* Some spelling fixes in commentsReimar Döffinger2007-12-02
* Make ff_mkv_codec_tags array const, it is never written.Reimar Döffinger2007-12-02
* Use the correct "const float *" type for variable instead of casting const away.Reimar Döffinger2007-12-02
* Add missing const to last argument of decode_significance_8x8_x86.Reimar Döffinger2007-12-02
* indentationBaptiste Coudurier2007-12-02
* dnxhd 720p encoding and decoding supportBaptiste Coudurier2007-12-02