summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ratecontrol: K&R cosmetic formattingLuca Barbato2013-01-121-486/+591
* rtpdec: Remove a useless todo commentMartin Storsjö2013-01-121-1/+1
* rtsp: Remove an outdated commentMartin Storsjö2013-01-121-4/+0
* rtsp: Remove references to weirdly named variables in other filesMartin Storsjö2013-01-121-3/+1
* rtp: Rename a static variable to normal naming conventionsMartin Storsjö2013-01-121-24/+24
* rtp: Cosmetic cleanupMartin Storsjö2013-01-121-10/+4
* configure: enable pic for shared libs on AArch64Marcin Juszkiewicz2013-01-111-1/+1
* zmbv: Reset the decoder on keyframe errorsLuca Barbato2013-01-111-0/+2
* vc1dec: prevent a crash due missing pred_flag parameterVladimir Pantelic2013-01-111-3/+7
* matroska: Fix use after freeDale Curtis2013-01-111-1/+1
* vp3: Fix double free in vp3_decode_end()Ronald Bultje2013-01-101-9/+9
* fate: Split fate-siff test into demuxer and VB video decoder testDiego Biurrun2013-01-104-6/+117
* rtpdec_vp8: Don't trim too much data from broken framesMartin Storsjö2013-01-101-4/+2
* rtpdec_vp8: Simplify code by using an existing helper functionMartin Storsjö2013-01-101-5/+2
* rtpdec: Add a terminating null byte at the end of the SDES/CNAMEMartin Storsjö2013-01-101-2/+3
* yuv4mpeg: do not use deprecated functionsLuca Barbato2013-01-091-2/+4
* oggdec: fix faulty cleanup prototypeLuca Barbato2013-01-091-1/+1
* idcin: return 0 from idcin_read_packet() on success.Justin Ruggles2013-01-091-1/+1
* idcin: better error handlingJustin Ruggles2013-01-092-5/+27
* idcin: check for integer overflow when calling av_get_packet()Justin Ruggles2013-01-091-0/+4
* idcin: allow seeking back to the first packetJustin Ruggles2013-01-091-0/+21
* idcin: set AV_PKT_FLAG_KEY for video packets with a paletteJustin Ruggles2013-01-091-0/+1
* idcin: set start_time and packet duration instead of manually tracking pts.Justin Ruggles2013-01-091-8/+7
* idcin: set channel_layoutJustin Ruggles2013-01-091-0/+3
* idcin: fix check for presence of an audio streamJustin Ruggles2013-01-091-4/+6
* idcin: validate header parametersJustin Ruggles2013-01-091-0/+19
* idcinvideo: correctly set AVFrame defaultsJustin Ruggles2013-01-091-1/+1
* yadif: Port inline assembly to yasmDaniel Kang2013-01-094-302/+264
* au: remove unnecessary castsJustin Ruggles2013-01-091-2/+2
* au: return AVERROR codes instead of -1Justin Ruggles2013-01-091-5/+6
* au: cosmetics: pretty-print and remove pointless commentsJustin Ruggles2013-01-091-50/+46
* au: use ff_raw_write_packet()Justin Ruggles2013-01-092-9/+4
* au: set stream start time and packet durationsJustin Ruggles2013-01-091-0/+3
* au: use %u when printing id and channels since they are unsignedJustin Ruggles2013-01-091-2/+2
* au: validate sample rateJustin Ruggles2013-01-091-0/+5
* au: move skipping of unused data to before parameter validationJustin Ruggles2013-01-091-5/+5
* au: do not arbitrarily limit channel countJustin Ruggles2013-01-091-3/+3
* au: do not set pkt->size directlyJustin Ruggles2013-01-091-3/+0
* au: set block_align and use it in au_read_packet()Justin Ruggles2013-01-091-3/+3
* au: set bit rateJustin Ruggles2013-01-091-0/+1
* au: validate bits-per-sample separately from codec tagJustin Ruggles2013-01-091-1/+8
* rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPTMartin Storsjö2013-01-091-0/+5
* xan: Convert to bytestream2Alexandra Khirnova2013-01-091-27/+31
* oggenc: add a page_duration option and deprecate the pagesize optionJustin Ruggles2013-01-082-7/+57
* x86: lavr: add SSE2/AVX dither_int_to_float()Justin Ruggles2013-01-082-0/+86
* x86: lavr: add SSE2 quantize() for ditheringJustin Ruggles2013-01-085-0/+102
* doc/APIchanges: fill in missing dates and hashes.Justin Ruggles2013-01-081-9/+9
* rtpdec_vp8: Request a keyframe if RTP packets are lostMartin Storsjö2013-01-081-1/+27
* rtpdec: Support sending RTCP feedback packetsMartin Storsjö2013-01-085-1/+113
* rtpdec: Store the dynamic payload handler in the rtpdec contextMartin Storsjö2013-01-082-9/+10