summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* misc Doxygen markup improvementsDiego Biurrun2011-12-058-17/+17
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-0510-49/+49
* g722: Add a regression test for muxing/demuxing in wavMartin Storsjö2011-12-052-0/+9
* g722: Change bits per sample to 4Sjoerd Simons2011-12-053-4/+4
* g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_cod...Martin Storsjö2011-12-052-15/+19
* api-example: update to use avcodec_decode_audio4()Justin Ruggles2011-12-041-9/+20
* avplay: use avcodec_decode_audio4()Justin Ruggles2011-12-041-16/+27
* avplay: use a separate buffer for playing silenceJustin Ruggles2011-12-041-3/+3
* avformat: use avcodec_decode_audio4() in avformat_find_stream_info()Justin Ruggles2011-12-041-15/+16
* avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3()Justin Ruggles2011-12-041-29/+26
* mov: Allow empty stts atom.Alex Converse2011-12-041-1/+3
* doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun2011-12-042-0/+6
* adpcmenc: cosmetics: pretty-printingChris Berov2011-12-041-229/+264
* ac3dec: cosmetics: pretty-printingChris Berov2011-12-041-248/+261
* yuv4mpeg: cosmetics: pretty-printingChris Berov2011-12-041-115/+133
* shorten: remove dead initializationPaul B. Mahol2011-12-041-1/+0
* roqvideodec: set AVFrame reference before reget_buffer.Reimar Döffinger2011-12-041-0/+1
* bmp: fix some 1bit samples.Carl Eugen Hoyos2011-12-041-4/+18
* latmdec: add fate test for audio config changeJanne Grunau2011-12-041-0/+4
* 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
OpenPOWER on IntegriCloud