summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* rtpdec: Templatize the code for different g726 bitrate variantsMartin Storsjö2011-11-30
* rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-30
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* rtpdec: Add support for G726 audioMiroslav Slugeň2011-11-30
* rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö2011-11-30
* avconv: make copy_tb on by default.Anton Khirnov2011-11-30
* matroskadec: don't set codec timebase.Anton Khirnov2011-11-30
* rmdec: don't set codec timebase.Anton Khirnov2011-11-30
* avconv: compute next_pts from input packet duration when possible.Anton Khirnov2011-11-30
* lavf: estimate frame duration from r_frame_rate.Anton Khirnov2011-11-30
* avconv: update InputStream.pts in the streamcopy case.Anton Khirnov2011-11-30
* indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra2011-11-29
* avconv: Handle audio sync for non-S16 sample formats.Alex Converse2011-11-28
* pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-28
* adtsenc: Check frame size.Alex Converse2011-11-28
* txd: Fix order of operations.Alex Converse2011-11-28
* APIchanges: fill in some blanksMans Rullgard2011-11-28
* timer: fix misspelling of "decicycles"Mans Rullgard2011-11-28
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* indeo3: cosmeticsKostya Shishkov2011-11-28
* md5proto: Fix order of operations.Alex Converse2011-11-27
* dca: Replace oversized unused get_bits() with skip_bits_long().Alex Converse2011-11-27
* vc1: use an enum for Frame Coding ModeLuca Barbato2011-11-28
* doc: cleanup filter sectionLuca Barbato2011-11-28
* indeo3: error out if no motion vector is set.Aneesh Dogra2011-11-27
* x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-27
* mpegaudio: do not use init_static_data() for initializing tables.Justin Ruggles2011-11-27