summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up alacenc.cNathan Adil Maxson2011-12-011-47/+54
* rtpenc: Add support for G726 audioMartin Storsjö2011-12-012-0/+13
* rtpdec: Interpret the different G726 names as bits_per_coded_sampleMartin Storsjö2011-12-011-4/+2
* rtpenc: Change rtp_send_samples to handle sample sizes other than even bytesMartin Storsjö2011-12-011-9/+12
* rtpenc: Cast a rescaling parameter to int64_tMartin Storsjö2011-12-011-1/+1
* h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje2011-12-011-1/+1
* ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard2011-12-011-41/+39
* ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard2011-12-011-57/+57
* ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard2011-12-012-0/+75
* ARM: clean up NEON put/avg_pixels macrosMans Rullgard2011-12-011-69/+86
* fate: split acodec-pcm into individual testsJustin Ruggles2011-12-0119-181/+103
* swscale: #include "libavutil/mathematics.h"Reinhard Tartler2011-12-011-0/+1
* pmpdec: don't use deprecated av_set_pts_info.Anton Khirnov2011-12-011-2/+3
* rv34: align temporary block of "dct" coefsMans Rullgard2011-12-011-2/+2
* Add PlayStation Portable PMP format demuxerReimar Döffinger2011-12-015-0/+183
* proto: Realign struct initializersMartin Storsjö2011-12-016-28/+28
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-0110-75/+29
* mmsh: Properly clean up if the second ffurl_alloc failedMartin Storsjö2011-12-011-3/+3
* rtmp: Clean up properly if the handshake failedMartin Storsjö2011-12-011-1/+1
* md5proto: Remove the get_file_handle functionMartin Storsjö2011-12-011-5/+0
* applehttpproto: Use the close function if the open function failsMartin Storsjö2011-12-011-12/+12
* http: Make sure proxyauth is initializedMartin Storsjö2011-12-011-1/+1
* vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer2011-11-301-18/+16
* vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer2011-11-301-3/+1
* vble: merge len and val arraysDerek Buitenhuis2011-11-301-19/+6
* vble: remove unused variable len.Michael Niedermayer2011-11-301-2/+0
* rtpdec: Templatize the code for different g726 bitrate variantsMartin Storsjö2011-11-301-77/+23
* rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-304-164/+176
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30139-205/+338
* rtpdec: Add support for G726 audioMiroslav Slugeň2011-11-304-0/+112
* rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö2011-11-302-0/+7
* avconv: make copy_tb on by default.Anton Khirnov2011-11-301-4/+2
* matroskadec: don't set codec timebase.Anton Khirnov2011-11-301-4/+0
* rmdec: don't set codec timebase.Anton Khirnov2011-11-301-3/+2
* avconv: compute next_pts from input packet duration when possible.Anton Khirnov2011-11-301-1/+3
* lavf: estimate frame duration from r_frame_rate.Anton Khirnov2011-11-301-1/+4
* avconv: update InputStream.pts in the streamcopy case.Anton Khirnov2011-11-301-0/+1
* indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra2011-11-291-1/+3
* avconv: Handle audio sync for non-S16 sample formats.Alex Converse2011-11-281-15/+16
* pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-281-2/+1
* adtsenc: Check frame size.Alex Converse2011-11-282-4/+21
* txd: Fix order of operations.Alex Converse2011-11-281-1/+2
* APIchanges: fill in some blanksMans Rullgard2011-11-281-6/+6
* timer: fix misspelling of "decicycles"Mans Rullgard2011-11-281-1/+1
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-2818-32/+0
* indeo3: cosmeticsKostya Shishkov2011-11-281-1/+1
* md5proto: Fix order of operations.Alex Converse2011-11-271-1/+1
* dca: Replace oversized unused get_bits() with skip_bits_long().Alex Converse2011-11-271-2/+2
* vc1: use an enum for Frame Coding ModeLuca Barbato2011-11-284-24/+35
* doc: cleanup filter sectionLuca Barbato2011-11-281-10/+9
OpenPOWER on IntegriCloud