]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
APIchanges: fill-in git commit hash for av_get_bytes_per_sample() addition
[ffmpeg] / libavformat / utils.c
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()
2011-02-16 Balint MartonFix av_find_best_stream when using a program
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-14 Anssi Hannulalavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
2011-02-13 Anssi Hannulalavf: print stream disposition in dump_stream_format
2011-02-10 Peter Rossmake av_find_best_stream() ignore streams marked with...
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2011-02-08 Anssi Hannulalavf: rename ff_probe_input_buffer to make it public
2011-02-08 Anssi Hannulalavf: simplify pb parameter of ff_probe_input_buffer
2011-02-06 Reimar DöffingerMake av_set_pts_info keep previous time base if new...
2011-02-04 Martin Storsjölibavformat: Add a function for freeing an AVFormatContext
2011-02-04 Peter Rossadd ff_index_search_timestamp and ff_add_index_entry
2011-01-25 Diego Elio PettenòMake ff_interleave_compare_dts static to utils.c.
2011-01-11 Stefano SabatiniClarify timestamps related error messages in compute_pk...
2011-01-06 Daniel KangFix assertion fail on audio files with invalid sample...
2011-01-06 Stefano SabatiniRevert previous commit, as it was not meant to be pushed.
2011-01-06 Stefano SabatiniIssue more explicit error messages in compute_pkt_field...
2011-01-06 Stefano SabatiniIn av_close_input_stream(), flush the packet queue...
2011-01-02 Anssi HannulaAdd AVOption support for muxers.
2010-12-27 Nicolas GeorgeImplement av_find_best_stream.
2010-12-27 Anton KhirnovAllow output formats without any streams.
2010-12-26 Peter Rossadd ff_find_stream_index
2010-12-20 David CzechFix crash if invalid bit-rate was read from file.
2010-12-04 Aurelien Jacobsadd subtitle codec autodetection
2010-11-25 Baptiste CoudurierIn av_find_stream_info, decode more h264 to get correct...
2010-11-21 Reimar DöffingerAdd av_append_packet function, to be used in code that...
2010-11-16 Aurelien Jacobsav_find_stream_info(): set subtitle codec time_base
2010-11-13 Aurelien Jacobsallow passing subtitles header between decoder and...
2010-11-13 Anton Khirnovlavf/utils: use av_{i/o}format_next() instead of first_...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-10-16 Anton Khirnovlavf: simplify setting the encoder ident tag.
2010-10-15 Aurelien Jacobsadd FF_API_SYMVER define to disable symver compatibilit...
2010-10-15 Aurelien Jacobsadd FF_API_FIRST_FORMAT define to drop deprecated first...
2010-10-15 Aurelien Jacobsadd FF_API_PARSE_FRAME_PARAM define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_URL_SPLIT define to disable the deprecated...
2010-10-15 Aurelien Jacobsadd FF_API_GUESS_FORMAT define to disable the deprecate...
2010-10-08 Aurelien Jacobsmove av_find_stream_info() info struct to AVStream...
2010-10-07 Aurelien Jacobsremove useless local variable
2010-10-07 Aurelien Jacobsremove useless local allocated start_time array
2010-10-06 Aurelien Jacobsproperly check for FF_API_MAX_STREAMS instead of LIBAVF...
2010-10-06 Aurelien Jacobsadd new streams API without MAX_STREAMS limit
2010-10-06 Aurelien Jacobsdynamically use nb_streams instead of static use of...
2010-10-06 Reimar DöffingerMove handling of ID3v2 to common utils.c code, reducing...
2010-10-05 Martin Storsjöfind_info_tag: Make sure the output buffer is null...
2010-10-02 Benjamin LarssonAdd the CODEC_CAP_CHANNEL_CONF capability code and add
2010-09-27 Michael ChinenFix index_entries pos:
next