summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger2009-10-02
* Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger2009-10-02
* Return special EOF checking for aiff and au demuxers, the check was atReimar Döffinger2009-10-02
* Return any error return values from av_get_packet, get_buffer etc. unchangedReimar Döffinger2009-10-02
* Make seek regression tests fit after previous get_buffer change.Reimar Döffinger2009-10-02
* Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF asReimar Döffinger2009-10-02
* Check whether 32-bit x86 is really 64-bitDavid Conrad2009-10-01
* matroskadec: cosmetics: indentationAurelien Jacobs2009-10-01
* matroskadec: don't overwrite extradata already read by ff_get_wav_header()Aurelien Jacobs2009-10-01
* matroskadec: fix handling of A_MS/ACM track with no extradataAurelien Jacobs2009-10-01
* Make rawvideo_read_packet return partial frames.Reimar Döffinger2009-10-01
* Simplify: remove pointless {} and elseReimar Döffinger2009-10-01
* Remove pointless setting of pkt->size, av_get_packet already handles this.Reimar Döffinger2009-10-01
* au demuxer: pass av_get_packet error on unchanged instead of converting toReimar Döffinger2009-10-01
* av_new_packet failing should return ENOMEM, not EIO.Reimar Döffinger2009-10-01
* Make avcodec_open set codec_id and codec_type if they haven't been set.Reimar Döffinger2009-10-01
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-01
* Use MANGLE in cavsdsp, the current version using "m" constraints will notReimar Döffinger2009-10-01
* Document -sn option.Diego Biurrun2009-10-01
* Fix indentation after last commit.Benoit Fouet2009-10-01
* Add support for TARGA images without RLE compression.Anne-Laure de Smit2009-10-01
* Explain the process of patch review and commit a bit.Diego Biurrun2009-10-01
* Fix playback of strange AVI files with stray LIST.Aurelien Jacobs2009-10-01
* Fix wrongly indented block.Diego Biurrun2009-10-01
* Use "!exp" instead of "exp == NULL" in if condition.Diego Biurrun2009-10-01
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-01
* Do not attempt to decode TIFF files containing fax data with uncompressedKostya Shishkov2009-10-01
* lavc MJPEG decoder is capable of decoding some extended sequentialKostya Shishkov2009-10-01
* Make BMP decoder produce flipped picture with RLE compression.Kostya Shishkov2009-10-01
* Make MS RLE decoder produce both bottom-up and top-down picturesKostya Shishkov2009-10-01
* Change an error to a warning to support broken AC-3 files known to exist.Justin Ruggles2009-10-01
* Support constant-quant encoding for libtheoraDavid Conrad2009-09-30
* configure: break a long lineMåns Rullgård2009-09-30
* Re-add check for compilation failure with ebx clobber, and only setReimar Döffinger2009-09-30
* 10l: wrong operation in stereo rematrixingJustin Ruggles2009-09-30
* configure: return result of test from check_asmMåns Rullgård2009-09-30
* Add support for SGI images without RLE compression.Anne-Laure de Smit2009-09-30
* Do not needlessly add 7 to put_buts_count before dividing by 8,Reimar Döffinger2009-09-30
* 10l in code reading codec_name, the first byte is the length and should notReimar Döffinger2009-09-30
* Use a "b" constraint instead of ebx clobber to detect if EBX is available.Reimar Döffinger2009-09-30
* Use floating point mathematics when encoding mpeg audio.Lasse Reinhold2009-09-30
* Return an error when the parsed mpc chunk size is negative, otherwise weReimar Döffinger2009-09-30
* Fix compilation of beosaudio.cpp, not tested if it actually works though.Reimar Döffinger2009-09-30
* Fix typo in comment.Reimar Döffinger2009-09-30
* Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0Reimar Döffinger2009-09-30
* Use ff_put_string in vorbis encoder.Reimar Döffinger2009-09-30
* Replace several #ifdef PIC with the more obvious and correctReimar Döffinger2009-09-30
* Disable parsing for ogg streams where no ogg header was found,Reimar Döffinger2009-09-30
* Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger2009-09-30
* When BitsPerSample tag is not present in TIFF, that means file isKostya Shishkov2009-09-30