summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* oma: PCM supportDavid Goldwich2011-12-042-3/+15
* oma: better format detection with small probe bufferDavid Goldwich2011-12-041-5/+11
* oma: clearify ambiguous if conditionDavid Goldwich2011-12-041-2/+2
* wavpack: Properly clip samples during lossy decodeDerek Buitenhuis2011-12-031-2/+9
* Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-036-236/+287
* Cleaned pixdesc.c file in libavutilTsvetelina Borisova2011-12-031-483/+484
* zmbv.c: coding style clean-up.Nathan Adil Maxson2011-12-031-90/+101
* xan.c: coding style clean-up.Nathan Adil Maxson2011-12-031-25/+28
* mpegvideo.c: code cleanup - first 500 lines.Konstantin Todorov2011-12-031-135/+202
* h264: fix frame reordering code.Ronald S. Bultje2011-12-033-22/+52
* fate: Add a test for the VBLE decoderDerek Buitenhuis2011-12-032-0/+7
* doc: break some long lines in developer.texiLuca Barbato2011-12-031-11/+16
* drawtext: make x and y parametricLuca Barbato2011-12-032-8/+152
* drawtext: manage memory allocation betterLuca Barbato2011-12-031-132/+132
* drawtext: refactor draw_textLuca Barbato2011-12-031-21/+46
* doc: remove space between variable and post increment in example codeJanne Grunau2011-12-031-1/+1
* aac_latm: reconfigure decoder on audio specific config changesJanne Grunau2011-12-031-10/+15
* latmdec: fix audio specific config parsingJanne Grunau2011-12-0310-25/+40
* Add avcodec_decode_audio4().Justin Ruggles2011-12-0264-766/+1590
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-027-34/+54
* Update developers documentation with coding conventions.Victor Vasiliev2011-12-021-26/+97
* svq1dec: avoid undefined get_bits(0) callMans Rullgard2011-12-021-1/+2
* ARM: h264dsp_neon cosmeticsMans Rullgard2011-12-021-313/+313
* ARM: make some NEON macros reusableJanne Grunau2011-12-023-61/+65
* Do not memcpy raw video frames when using null muxerMans Rullgard2011-12-022-3/+4
* fate: update asf seektestLuca Barbato2011-12-021-8/+8
* vp8: flush buffers on size changes.Aaron Colwell2011-12-021-3/+5
* doc: improve general documentation for MacOSXLuca Barbato2011-12-021-2/+11
* asf: use packet dts as approximation of ptsJohn Stebbins2011-12-021-1/+1
* asf: do not call av_read_frameLuca Barbato2011-12-021-1/+1
* rtsp: Initialize the media_type_mask in the rtp guessing demuxerMartin Storsjö2011-12-021-0/+3
* 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
OpenPOWER on IntegriCloud