summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* When searching for AMF object field value, try to find that object firstKostya Shishkov2009-11-22
* Print error when RTMP protocol can't open connectionKostya Shishkov2009-11-22
* Pass only useful FLV metadata from RTMP streamKostya Shishkov2009-11-22
* Update dimensions in AVCodecContext when RV3/4 frame dimensions changeKostya Shishkov2009-11-22
* Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have anJustin Ruggles2009-11-22
* 10l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse2009-11-21
* Factorize av_get_bit_rate (for future use outside of libavcodec).Robert Krüger2009-11-21
* Make show_protocols() print one protocol per line.Stefano Sabatini2009-11-21
* Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.Reimar Döffinger2009-11-20
* Allocate pictures with enough padding for jpeg.Michael Niedermayer2009-11-20
* In win32 thread implementation do not access jobnr if the thread is askedReimar Döffinger2009-11-20
* FLV muxer support for Flash screen codec v2Daniel Verkamp2009-11-20
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-20
* IndentRamiro Polla2009-11-20
* Document -formats splitDaniel Verkamp2009-11-20
* Implement missing case for decoding samples with large pivot value in APEKostya Shishkov2009-11-20
* cosmetics: break some long lines and insert few spacesKostya Shishkov2009-11-20
* 10l trocadero: ZMBV encoder used zero score to detect whether block should beKostya Shishkov2009-11-20
* avoid integer overflow in dnxhd encoder, fixes #1557Baptiste Coudurier2009-11-20
* clarify why the encoder is failingBaptiste Coudurier2009-11-19
* Fix name for PIX_FMT_NV21 PixFmtInfo entry.Stefano Sabatini2009-11-19
* use AVFormatContext in dprintfBaptiste Coudurier2009-11-19
* Split show_formats().Michael Niedermayer2009-11-19
* Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger2009-11-19
* Revert r20548, it was a dream. It seems faad does not ouput the last frameBaptiste Coudurier2009-11-19
* Clarify relations between log2_chroma_w, log2_chroma_h and comp.Stefano Sabatini2009-11-18
* Make show_formats() print each bitstream filter on a separate line.Stefano Sabatini2009-11-18
* faad needs CODEC_CAP_DELAY, otherwise you miss last frameBaptiste Coudurier2009-11-18
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Split avdevice.c off from alldevices.c.Diego Biurrun2009-11-18
* Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini2009-11-18
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-16
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-11-16
* Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter.Alex Converse2009-11-15
* Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak2009-11-15
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-15
* Fix indention after last commit.Michael Niedermayer2009-11-14
* Fix crash with av_tree_enumerate(NULL).Michael Niedermayer2009-11-14
* Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann2009-11-14
* Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer2009-11-14
* Add long-term prediction to the ALS decoder.Thilo Borgmann2009-11-14
* ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles2009-11-14
* Add cflags filter for sunccMichael Kostylev2009-11-13
* Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow2009-11-13
* Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni2009-11-13
* Split overly long line in doxy.Stefano Sabatini2009-11-12
* Bump minor version after MPEG-4 Lossless commitVitor Sessak2009-11-12
* Bump minor version after applying ALS decoder.Carl Eugen Hoyos2009-11-12