summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun2011-06-13
* lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer2011-06-13
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
* lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini2011-06-09
* lavf: don't try to free private options if priv_data is NULL.Anton Khirnov2011-06-08
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* Mark some variables with av_unusedMans Rullgard2011-06-03
* lavf: initialize demuxer private options.Anton Khirnov2011-05-26
* avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-25
* Fix end time of last chapter in compute_chapters_endJohn Stebbins2011-05-25
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-17
* lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-05-12
* lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint2011-05-12
* lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint2011-05-12
* lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* lavf: inspect more frames for fps when container time base is coarseAnssi Hannula2011-04-29
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-21
* libavformat: Free AVFormatContext->streamsMartin Storsjö2011-04-20
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: remove FF_API_SYMVER cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-19
* lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak2011-04-12
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-12
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-08
* lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov2011-04-08
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-07
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* lavf: if id3v2 tag is present and all else fails, guess by file extensionAnton Khirnov2011-04-06
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* lavf: make compute_chapters_end less picky.Anton Khirnov2011-04-01
* Use audio_service_type to set stream disposition.Justin Ruggles2011-03-25
* avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-17
* lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini2011-03-17
* lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini2011-03-17
* lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini2011-03-17
* avio: make url_setbufsize internal.Anton Khirnov2011-03-16
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov2011-03-15