]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
lavf: use avpriv_ prefix for ff_new_chapter().
[ffmpeg] / libavformat / utils.c
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
2011-10-20 Justin Rugglesavformat: do not require frame_size for Speex.
2011-10-19 Anton Khirnovlavf: add avformat_new_stream as a replacement for...
2011-10-17 Anton Khirnovlavf: deprecate AVFormatContext.file_size
2011-10-13 Justin Rugglesavformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
2011-10-13 Justin Rugglesavformat: don't unconditionally call ff_read_frame_flus...
2011-10-08 Mans Rullgardlavf: fix signed overflow in avformat_find_stream_info()
2011-09-30 Martin Storsjölavf: Avoid using av_malloc(0) in av_dump_format
2011-09-26 Nicolas Georgeoggdec: add support for Xiph's CELT codec
2011-09-25 Mans Rullgardlavf: do not set codec_tag for rawvideo
2011-09-22 Diego Biurrunprores: mark prores as intra-only in libavformat/utils...
2011-09-19 David Goldwichlavf: Fix context pointer in av_open_input_stream when...
2011-09-14 Alex Converselavf utils: Remove write-only variable
2011-09-14 Alex Converselavf utils: Rename shadowing variable
2011-08-23 Alex Converselavf utils: Fix bad indentation.
2011-08-16 Anton Khirnovlavf: add avformat_query_codec().
2011-08-02 Zohar Kelrichlavf: Add an option to discard corrupted frames
2011-07-29 Alex Converseprobe: Fix insane flow control.
2011-07-17 Stefano Sabatinilavf: rename enc variable in utils.c:has_codec_parameters()
2011-07-15 Anton Khirnovlavf/utils: drop av_ prefixes from static functions.
2011-07-14 Diego Biurrunavformat_open_input(): Add braces to shut up gcc warning.
2011-07-14 Anton Khirnovlavf: fix invalid reads in avformat_find_stream_info()
2011-07-13 Anton Khirnovlavf: fix segfault in av_open_input_stream()
2011-07-13 Alex Converselavf: Cleanup try_decode_frame() logic.
2011-07-13 Anton KhirnovAdd a check for strptime().
2011-07-13 Anton Khirnovlavf: factor out conversion of ISO8601 string to unix...
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-07-10 Anton Khirnovlavf: add avformat_find_stream_info()
2011-07-08 Anton Khirnovlavf: update AVStream.nb_frames when muxing.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-02 Anton Khirnovlavf: restore old behavior for custom AVIOContex with...
2011-07-02 Anton Khirnovlavf: use the correct pointer in av_open_input_stream().
2011-06-30 Benjamin LarssonAdd support for aac streams in mp4/mov without extradata.
2011-06-29 Ami Fischmanav_find_stream_info: simplify EAGAIN handling.
2011-06-18 Ronald S. Bultjelavf: prevent crash in av_open_input_file() if ap ...
2011-06-18 Anton Khirnovlavf: add a forgotten NULL check in convert_format_para...
2011-06-16 Anton Khirnovlavf: add avformat_write_header() as a replacement...
2011-06-16 Anton KhirnovDeprecate av_open_input_* and remove their uses.
2011-06-16 Anton Khirnovlavf: add avformat_open_input() as a replacement for...
2011-06-13 Diego Biurrunutils: Drop pointless '#if 1' preprocessor directive.
2011-06-13 Michael Niedermayerlavf: initialise reference_dts in av_estimate_timings_f...
2011-06-10 Diego BiurrunReplace DEBUG_SEEK/DEBUG_SI + av_log combinations by...
2011-06-09 Stefano Sabatinilavf: make compute_pkt_fields2() return meaningful...
2011-06-08 Anton Khirnovlavf: don't try to free private options if priv_data...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-03 Mans RullgardMark some variables with av_unused
2011-05-26 Anton Khirnovlavf: initialize demuxer private options.
2011-05-25 Alex Converseavformat: Add fpsprobesize as an AVOption.
2011-05-25 John StebbinsFix end time of last chapter in compute_chapters_end
2011-05-17 Vladimir Pantelicasfdec: do not fall back to binary/generic search
2011-05-12 Stefano Sabatinilavf: fix function name in compute_pkt_fields2 av_dlog...
2011-05-12 Marton Balintlavf: fix av_find_best_stream when providing a wanted...
2011-05-12 Marton Balintlavf: fix av_find_best_stream when decoder_ret is given...
2011-05-10 Vitor Sessaklavf/utils: fix ff_interleave_compare_dts corner case.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Anssi Hannulalavf: inspect more frames for fps when container time...
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-21 Stefano Sabatinierror: remove AVERROR_NUMEXPECTED
2011-04-20 Martin Storsjölibavformat: Free AVFormatContext->streams
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-19 Anton Khirnovlavf: remove FF_API_SYMVER cruft
2011-04-19 Anton Khirnovlavf: remove FF_API_FIRST_FORMAT cruft
2011-04-19 Anton Khirnovlavf: remove FF_API_PARSE_FRAME_PARAM cruft
2011-04-19 Anton Khirnovlavf: remove FF_API_URL_SPLIT cruft
2011-04-19 Anton Khirnovlavf: remove FF_API_GUESS_FORMAT cruft
2011-04-19 Anton Khirnovlavf: remove FF_API_OLD_METADATA cruft
2011-04-19 Anton Khirnovlavf: remove FF_API_MAX_STREAMS cruft
2011-04-12 Vitor Sessaklavf/utils.c: Order packets with identical PTS by strea...
2011-04-12 Anton Khirnovavio: undeprecate av_url_read_fseek/fpause under nicer...
2011-04-08 Anton Khirnovlavf: make av_guess_image2_codec internal
2011-04-08 Anton Khirnovlavf: mark av_pkt_dump(_log) for remove on $next+1...
2011-04-07 Anton Khirnovavio: move extern url_interrupt_cb declaration from...
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-06 Anton Khirnovlavf: if id3v2 tag is present and all else fails, guess...
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-04-01 Anton Khirnovlavf: make compute_chapters_end less picky.
2011-03-25 Justin RugglesUse audio_service_type to set stream disposition.
2011-03-21 Anton Khirnovavio: make av_url_read_fseek/fpause internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Martin Storsjölavf: Make make_absolute_url a lavf internal function
2011-03-17 Stefano Sabatinilavf: make av_interleave_packet() return meaningful...
2011-03-17 Stefano Sabatinilavf: enable av_dlog message in av_interleaved_write_fr...
2011-03-17 Stefano Sabatinilavf: enable av_dlog() in compute_pkt_fields2()
2011-03-17 Anton Khirnovavio: make url_setbufsize internal.
2011-03-16 Janne Grunauuse LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-03-15 Anton Khirnovlavf/utils: dont't explicitly check AVIOContext.error
2011-03-07 Anton Khirnovavio: move ff_rewind_with_probe_data from avio.h to...
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-02 Martin Storsjölibavformat: Add av_pkt_dump{, _log}2, taking an AVStre...
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-16 Anton Khirnovlavf: add av_ prefix to dump_format()
next