summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* cosmetics, encode_variance -> encode_fastBaptiste Coudurier2007-12-02
* fix corner case when qscale 1 bits < frame bits but max bits with worst paddi...Baptiste Coudurier2007-12-02
* RealVideo 3 decoder functionsKostya Shishkov2007-12-02
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-02
* Fix regression tests after r11127 and 11129Kostya Shishkov2007-12-02
* Revert r10892, it's wrong and no longer needed to prevent crashesRoberto Togni2007-12-02
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-02
* Fix some spelling typosDiego Biurrun2007-12-02
* Fix some spelling mistakes.Diego Biurrun2007-12-02
* RV30/40 common VLC tablesKostya Shishkov2007-12-02
* Fix alignment broke by my last patchVitor Sessak2007-12-01
* spellingVitor Sessak2007-12-01
* TIFF may omit compression tag.Kostya Shishkov2007-12-01
* succes --> success typoDiego Biurrun2007-12-01
* Fix nodes[nb_codes*2-1].count being uninitialized and used to initializeReimar Döffinger2007-12-01
* senseless cast and ()Michael Niedermayer2007-12-01
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* 1000l _reserved (found by checktree.sh)Michael Niedermayer2007-12-01
* wma_decode_superframe always returns s->block_align, so makeReimar Döffinger2007-11-30
* Fix make checkheaders, #include <inttypes.h> was missing.Diego Biurrun2007-11-30
* Comment some #endif directives.Diego Biurrun2007-11-30