]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec_h264.c
Ignore all generated example binaries
[ffmpeg] / libavformat / rtpdec_h264.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-30 Martin Storsjörtpdec_h264: Use avpriv_report_missing_feature instead...
2016-04-30 Martin Storsjörtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR...
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-02-24 Martin Storsjörtpdec: Rename the free method to close
2015-02-24 Martin Storsjörtpdec: Don't free the payload context in the .free...
2015-02-24 Martin Storsjörtpdec: Don't pass non-const pointers to fmtp attribute...
2015-02-24 Martin Storsjörtpdec: Add const to string parameters in internal...
2015-02-24 Martin Storsjörtpdec_hevc: Share the implementation of fragmented...
2015-02-24 Martin Storsjörtpdec_hevc: Share the implementation of parsing a...
2015-02-24 Martin Storsjörtpdec: Get rid of all trivial .alloc/.free functions
2015-02-24 Martin Storsjörtpdec: Set need_parsing via a handler field
2015-02-24 Martin Storsjörtpdec_h264: Remove an unnecessary include
2015-02-24 Martin Storsjörtpdec_h264: Remove unnecessary struct padding
2015-02-24 Martin Storsjörtpdec: Add missing trailing commas
2015-02-23 Martin Storsjörtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL...
2015-02-21 Martin Storsjörtpdec_h264: Add a missing closing paren in a log message
2015-02-21 Martin Storsjörtpdec_h264: Make reusable functions non-static
2015-02-21 Martin Storsjörtpdec_h264: Fix nal type counting after refactoring
2015-02-21 Martin Storsjörtpdec_h264: Prepare h264_handle_packet_stap_a for...
2015-02-21 Martin Storsjörtpdec_h264: Generalize parse_sprop_parameter_sets
2015-02-20 Martin Storsjörtpdec_h264: Move a leftover comment into h264_handle_p...
2015-02-20 Martin Storsjörtpdec_h264: Remove an unnecessary check
2015-02-20 Martin Storsjörtpdec_h264: Return immediately on errors in h264_handl...
2015-02-20 Martin Storsjörtpdec_h264: Make a parameter pointer const
2015-02-20 Martin Storsjörtpdec_h264: Use av_realloc instead of av_malloc+mempcy
2015-02-20 Martin Storsjörtpdec_h264: Include the right header for AV_RB16
2015-02-15 Luca Barbatortp: h264: Drop the asserts
2015-02-15 Luca Barbatortp: h264: Move FU-A NAL parsing to a function
2015-02-15 Luca Barbatortp: h264: Move STAP-A NAL parsing to a function
2015-02-15 Luca Barbatortp: h264: Move parse_sprop_parameter_sets parsing...
2015-02-15 Luca Barbatortp: h264: Move profile_level_id parsing to a function
2014-07-09 Anton Khirnovrtpdec: pass an AVFormatContext to ff_parse_fmtp()
2013-12-14 Michael Niedermayerrtpdec_h264: Check the return value of functions doing...
2013-05-05 Diego Biurrunavformat: Add av_cold attributes to init functions...
2013-01-20 Martin Storsjörtpdec: Move setting the parsing flags to the actual...
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-08-28 Samuel Pitoisetrtpdec_h264: Don't set the pixel format
2012-08-08 Martin Storsjörtpdec: Remove an unused include
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
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_*