summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* msrle: return meaningful error codes.Anton Khirnov2013-01-14
* cscd: return meaningful error codes.Anton Khirnov2013-01-14
* yadif: x86: fix build for compilers without aligned stackDaniel Kang2013-01-14
* lavc: introduce the convenience function init_get_bits8Luca Barbato2013-01-14
* lavc: check for overflow in init_get_bitsLuca Barbato2013-01-14
* avpacket: free side data in av_free_packet().Anton Khirnov2013-01-13
* v4l2: do not assert on a value received from outside of LibavAnton Khirnov2013-01-13
* v4l2: set the average framerate instead of codec timebase.Anton Khirnov2013-01-13
* v4l2: avoid pointless indirection.Anton Khirnov2013-01-13
* vdpau: Add VC-1 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-13
* vdpau: Add H.264 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-13
* vdpau: Add MPEG-4 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-13
* vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-13
* vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont2013-01-13
* rtpdec: Send a valid "delay since SR" value in the RTCP RR packetsMartin Storsjö2013-01-12
* rtpdec: Calculate and report packet reception jitterMartin Storsjö2013-01-12
* rtpdec: Fix the calculation of expected number of packetsMartin Storsjö2013-01-12
* fate: vp3: Fix fate-vp3-coeff-level64 test dependenciesDiego Biurrun2013-01-12
* fate: cosmetics: Order some test entriesDiego Biurrun2013-01-12
* Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun2013-01-12
* pixfmt: add picture format for VDPAURémi Denis-Courmont2013-01-12
* ratecontrol: K&R cosmetic formattingLuca Barbato2013-01-12
* rtpdec: Remove a useless todo commentMartin Storsjö2013-01-12
* rtsp: Remove an outdated commentMartin Storsjö2013-01-12
* rtsp: Remove references to weirdly named variables in other filesMartin Storsjö2013-01-12
* rtp: Rename a static variable to normal naming conventionsMartin Storsjö2013-01-12
* rtp: Cosmetic cleanupMartin Storsjö2013-01-12
* configure: enable pic for shared libs on AArch64Marcin Juszkiewicz2013-01-11
* zmbv: Reset the decoder on keyframe errorsLuca Barbato2013-01-11
* vc1dec: prevent a crash due missing pred_flag parameterVladimir Pantelic2013-01-11
* matroska: Fix use after freeDale Curtis2013-01-11
* vp3: Fix double free in vp3_decode_end()Ronald Bultje2013-01-10
* fate: Split fate-siff test into demuxer and VB video decoder testDiego Biurrun2013-01-10
* rtpdec_vp8: Don't trim too much data from broken framesMartin Storsjö2013-01-10
* rtpdec_vp8: Simplify code by using an existing helper functionMartin Storsjö2013-01-10
* rtpdec: Add a terminating null byte at the end of the SDES/CNAMEMartin Storsjö2013-01-10
* yuv4mpeg: do not use deprecated functionsLuca Barbato2013-01-09
* oggdec: fix faulty cleanup prototypeLuca Barbato2013-01-09
* idcin: return 0 from idcin_read_packet() on success.Justin Ruggles2013-01-09
* idcin: better error handlingJustin Ruggles2013-01-09
* idcin: check for integer overflow when calling av_get_packet()Justin Ruggles2013-01-09
* idcin: allow seeking back to the first packetJustin Ruggles2013-01-09
* idcin: set AV_PKT_FLAG_KEY for video packets with a paletteJustin Ruggles2013-01-09
* idcin: set start_time and packet duration instead of manually tracking pts.Justin Ruggles2013-01-09
* idcin: set channel_layoutJustin Ruggles2013-01-09
* idcin: fix check for presence of an audio streamJustin Ruggles2013-01-09
* idcin: validate header parametersJustin Ruggles2013-01-09
* idcinvideo: correctly set AVFrame defaultsJustin Ruggles2013-01-09
* yadif: Port inline assembly to yasmDaniel Kang2013-01-09
* au: remove unnecessary castsJustin Ruggles2013-01-09