summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* xan.c: coding style clean-up.Nathan Adil Maxson2011-12-03
* mpegvideo.c: code cleanup - first 500 lines.Konstantin Todorov2011-12-03
* h264: fix frame reordering code.Ronald S. Bultje2011-12-03
* fate: Add a test for the VBLE decoderDerek Buitenhuis2011-12-03
* doc: break some long lines in developer.texiLuca Barbato2011-12-03
* drawtext: make x and y parametricLuca Barbato2011-12-03
* drawtext: manage memory allocation betterLuca Barbato2011-12-03
* drawtext: refactor draw_textLuca Barbato2011-12-03
* doc: remove space between variable and post increment in example codeJanne Grunau2011-12-03
* aac_latm: reconfigure decoder on audio specific config changesJanne Grunau2011-12-03
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-02
* Update developers documentation with coding conventions.Victor Vasiliev2011-12-02
* svq1dec: avoid undefined get_bits(0) callMans Rullgard2011-12-02
* ARM: h264dsp_neon cosmeticsMans Rullgard2011-12-02
* ARM: make some NEON macros reusableJanne Grunau2011-12-02
* Do not memcpy raw video frames when using null muxerMans Rullgard2011-12-02
* fate: update asf seektestLuca Barbato2011-12-02
* vp8: flush buffers on size changes.Aaron Colwell2011-12-02
* doc: improve general documentation for MacOSXLuca Barbato2011-12-02
* asf: use packet dts as approximation of ptsJohn Stebbins2011-12-02
* asf: do not call av_read_frameLuca Barbato2011-12-02
* rtsp: Initialize the media_type_mask in the rtp guessing demuxerMartin Storsjö2011-12-02
* Cleaned up alacenc.cNathan Adil Maxson2011-12-01
* rtpenc: Add support for G726 audioMartin Storsjö2011-12-01
* rtpdec: Interpret the different G726 names as bits_per_coded_sampleMartin Storsjö2011-12-01
* rtpenc: Change rtp_send_samples to handle sample sizes other than even bytesMartin Storsjö2011-12-01
* rtpenc: Cast a rescaling parameter to int64_tMartin Storsjö2011-12-01
* h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje2011-12-01
* ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard2011-12-01
* ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard2011-12-01
* ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard2011-12-01
* ARM: clean up NEON put/avg_pixels macrosMans Rullgard2011-12-01
* fate: split acodec-pcm into individual testsJustin Ruggles2011-12-01
* swscale: #include "libavutil/mathematics.h"Reinhard Tartler2011-12-01
* pmpdec: don't use deprecated av_set_pts_info.Anton Khirnov2011-12-01
* rv34: align temporary block of "dct" coefsMans Rullgard2011-12-01
* Add PlayStation Portable PMP format demuxerReimar Döffinger2011-12-01
* proto: Realign struct initializersMartin Storsjö2011-12-01
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* mmsh: Properly clean up if the second ffurl_alloc failedMartin Storsjö2011-12-01
* rtmp: Clean up properly if the handshake failedMartin Storsjö2011-12-01
* md5proto: Remove the get_file_handle functionMartin Storsjö2011-12-01
* applehttpproto: Use the close function if the open function failsMartin Storsjö2011-12-01
* http: Make sure proxyauth is initializedMartin Storsjö2011-12-01
* vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer2011-11-30
* vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer2011-11-30
* vble: merge len and val arraysDerek Buitenhuis2011-11-30
* vble: remove unused variable len.Michael Niedermayer2011-11-30