]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec_h264.c
lavfi: Add the af_channelmap audio channel mapping filter.
[ffmpeg] / libavformat / rtpdec_h264.c
2012-06-20 Mans Rullgardlavf: remove unnecessary inclusions of unistd.h
2012-05-05 Martin Storsjörtpdec_h264: Add missing newlines to av_log calls
2012-05-05 Martin Storsjörtpdec_h264: Free old extradata before clearing the...
2012-05-05 Martin Storsjörtpdec_h264: Reorder code blocks
2012-05-05 Martin Storsjörtpdec_h264: Make start_sequence a static const array
2012-05-05 Martin Storsjörtpdec_h264: Cleanup debug packet type counting
2012-05-05 Martin Storsjörtpdec_h264: Cosmetic cleanup
2012-05-05 Martin Storsjörtpdec_h264: Clean up comments
2012-05-05 Martin Storsjörtpdec_h264: Convert commented out code into setting...
2012-05-05 Martin Storsjörtpdec_h264: Remove a useless ifdef
2012-05-05 Martin Storsjörtpdec_h264: Remove outdated/useless/incorrect comments
2012-05-05 Martin Storsjörtpdec_h264: Remove useless memory corruption checks
2012-05-05 Martin Storsjörtpdec_h264: Return proper error codes
2012-05-05 Martin Storsjörtpdec_h264: Check the available data length before...
2012-05-05 Ivan Kovtunovrtpdec_h264: Add input size checks
2012-04-08 Martin Storsjörtsp: Don't expose the MS-RTSP RTX data stream to the...
2012-02-13 Matthew Szatmaryrtpdec: Use 4 byte startcodes for H.264
2011-04-23 Martin Storsjörtp: Rename the open/close functions to alloc/free
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-12-06 Martin Storsjörtpdec_h264: Pass NAL type 0 through
2010-07-30 Martin StorsjöRemove mostly unnecessary rtpdec_*.h files, store the...
2010-07-11 Luca BarbatoHandle av_base64_decode return value
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in H.264 RTP depacke...
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Return ENOMEM if H.264 RTP fails to allocate...
2010-06-03 Luca BarbatoRemove stray and possibly wrong line, rtpdec.c sets...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-03 Martin StorsjöProperly pad H.264 extradata when taken from fmtp SDP...
2010-02-28 Martin StorsjöRename RTP depacketizer files from rtp_* to rtpdec_*