]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec_mpeg4.c
mpegvideo_enc: export vbv_delay in side data
[ffmpeg] / libavformat / rtpdec_mpeg4.c
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: 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: Add missing trailing commas
2015-02-21 Gilles Chanteperdrixrtpdec_mpeg4: reassemble fragmented AAC frames
2015-02-21 Gilles Chanteperdrixrtpdec_mpeg4: add more verbose error logging
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2014-07-09 Anton Khirnovrtpdec: pass an AVFormatContext to ff_parse_fmtp()
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...
2013-01-20 Martin Storsjörtpdec_mpeg4: Return one AAC AU per AVPacket
2013-01-16 Martin Storsjörtpdec_mpeg4: Check the remaining amount of data before...
2013-01-15 Martin Storsjörtpdec_mpeg4: Check the return value from malloc
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-12-12 Martin Storsjörtpdec_mpeg4: Cosmetic cleanup
2012-10-09 Janne Grunaurtpdec_mpeg4: au_headers is a single array, simple...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-08 Martin Storsjörtsp: Don't expose the MS-RTSP RTX data stream to the...
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2011-11-28 Diego BiurrunEliminate pointless 0/NULL initializers in AVCodec...
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
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
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2010-08-09 Martin StorsjöMake hex_to_data a lavf internal function
2010-07-30 Martin StorsjöRemove mostly unnecessary rtpdec_*.h files, store the...
2010-07-16 Martin StorsjöMove SPACE_CHARS back to libavformat/internal.h
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP...
2010-06-28 Josh Allmannrtpdec: Move space_chars from avformat/internal to...
2010-06-25 Josh Allmannrtpdec_mpeg4: Rename PayloadContext to be consistently...
2010-06-25 Josh AllmannRTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4...
2010-06-25 Josh Allmannrtpdec: Move AAC depacketization code in rtpdec to...
2010-06-25 Josh AllmannRTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mp...
2010-06-25 Josh AllmannRTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c