summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* remove the rest of x86 asm from LGPL buildJindřich Makovička2009-03-03
* MOV: fix crash when 'meta' occurs before first 'trak'Alex Converse2009-03-03
* Rename "fd1" variable ro "fd". There were previously two variables (fd1 andRonald S. Bultje2009-03-03
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Reindent after r17777.Ronald S. Bultje2009-03-03
* Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fixRonald S. Bultje2009-03-03
* Recognize the "application" data type, which is required for WMS/UDPRonald S. Bultje2009-03-03
* Add a context to av_log() calls.Benoit Fouet2009-03-03
* A quick description of Rate distortion theory.Michael Niedermayer2009-03-03
* Do not use a macro to generate a single AVCodec declaration.Diego Biurrun2009-03-03
* Quick description of the Viterbi algorithm so I do not have to repeat itMichael Niedermayer2009-03-03
* When a H.264 stream references a PPS or SPS id which doesn't exist, instead ofPanagiotis Issaris2009-03-03
* Add vhook removal to the changelog.Diego Biurrun2009-03-03
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
* Remove size_t cast in setting s->priv_data directly to the (integer) fileRonald S. Bultje2009-03-03
* Don't let finalize_packet() touch pkt->stream_index. Instead, let individualRonald S. Bultje2009-03-03
* Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats.Gwenole Beauchesne2009-03-03
* Reindent after r17764.Ronald S. Bultje2009-03-03
* In the current implementation of rtp_parse_packet(), finalize_packet() isRonald S. Bultje2009-03-03
* Start Changelog for next version.Diego Biurrun2009-03-03
* cosmetics: Add some empty lines for readability.Diego Biurrun2009-03-03
* Reduce allocated length of the HTTP authentication request field buffer, asRonald S. Bultje2009-03-03
* Cosmetics: TypoPanagiotis Issaris2009-03-03
* Use sign_extend().Benoit Fouet2009-03-03
* Add my GPG fingerprintPanagiotis Issaris2009-03-03
* Cosmetics: TypoPanagiotis Issaris2009-03-03
* cosmetics: Fix indentation.Diego Biurrun2009-03-03
* Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally toDiego Biurrun2009-03-03
* Remove mpeg4aac dependency declaration, the decoder was removed.Diego Biurrun2009-03-03
* configure: improve temp file creation and cleanupMåns Rullgård2009-03-03
* flacdec: Warn about invalid max blocksize and limit the minimum value.Justin Ruggles2009-03-03
* H.264: Simplify decode_residual()Alex Converse2009-03-03
* cosmetics: remove a pointless commentJustin Ruggles2009-03-03
* flacdec: Remove unused variable, min_blocksize.Justin Ruggles2009-03-03
* flacdec: Return error when blocksize code of 0 is found. It is aJustin Ruggles2009-03-03
* Enable PB-frames decoding for H.263Kostya Shishkov2009-03-03
* Add PB-frame decoding support for H.263/i263 (and enable it for i263)Kostya Shishkov2009-03-03
* alacdec: Simplify reading of uncompressed samples by usingJustin Ruggles2009-03-03
* flacdec: Avoid trying to read 33 bits. This occurs when the sourceJustin Ruggles2009-03-03
* flacdec: ALT_BITSTREAM_READER is no longer required.Justin Ruggles2009-03-03
* flacdec: use get_sbits_long() where needed.Justin Ruggles2009-03-03
* Add a get_sbits_long() function.Justin Ruggles2009-03-03
* ALAC: use sign_extend() from mathops.hMåns Rullgård2009-03-03
* Add sign_extend() function to mathops.hMåns Rullgård2009-03-03
* Simplify show_bits_long and copy the GetBitsContext around only once instead ...Reimar Döffinger2009-03-02
* flacdec: Use get/skip_bits_long() for more than 17-bits andJustin Ruggles2009-03-02
* Factor out block decoding in ff_h263_decode_mb()Kostya Shishkov2009-03-02
* Consider all packets in the parser, not just ones with timestamps,Michael Niedermayer2009-03-02
* Favor container packets that end after the first byte of the accessMichael Niedermayer2009-03-02
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-02