]> git.sesse.net Git - ffmpeg/history - libavformat/movenchint.c
mpegts: replace some magic numbers with the existing define
[ffmpeg] / libavformat / movenchint.c
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