]> git.sesse.net Git - ffmpeg/history - libavformat/movenchint.c
mp3enc: write trailing padding
[ffmpeg] / libavformat / movenchint.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-02-24 Martin Storsjölibavformat: Use ffio_free_dyn_buf where applicable
2013-09-22 Martin Storsjömovenchint: Clear size and len if the realloc failed
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-07-08 Martin Storsjömovenc: Rename the timestamp parameter to dts in write_...
2013-07-08 Martin Storsjömovenc: Make sure the RTP hint tracks have nondecreasin...
2013-07-07 Martin Storsjömovenc: K&R formatting cosmetics
2012-11-14 Luca Barbatortp: set the payload type as stream id
2012-05-26 Martin Storsjörtpenc_chain: Return an error code instead of just...
2012-02-16 Martin Storsjörtp: Factorize the check for distinguishing RTCP packet...
2012-02-14 Martin Storsjömovenc: Use defines instead of hardcoded numbers for...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-12-10 Martin Storsjömovenc: Use the actual converted sample for RTP hinting
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-04-03 Anton Khirnovavio: make url_open_dyn_packet_buf internal.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-16 Anton Khirnovlavf: add av_ prefix to dump_format()
2011-02-04 Martin Storsjömovenchint: Use rtpenc_chain for setting up the chained...
2011-02-04 Martin StorsjöUse avformat_free_context for cleaning up muxers
2011-02-04 Martin Storsjölibavformat: Use avcodec_copy_context for chained muxers
2011-02-03 Martin StorsjöFree AVStream->info in chained muxers
2010-05-21 Martin StorsjöTake ff_write_chained in use in the mov rtp hinter...
2010-05-18 Martin StorsjöUse a heuristic for describing the RTP packets using...
2010-05-18 Martin StorsjöAdd initial support for RTP hinting in the mov muxer