summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-171-2/+4
* lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-05-121-1/+1
* lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint2011-05-121-4/+5
* lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint2011-05-121-1/+1
* lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-101-5/+5
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-3/+3
* lavf: inspect more frames for fps when container time base is coarseAnssi Hannula2011-04-291-1/+9
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-9/+7
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-211-1/+1
* libavformat: Free AVFormatContext->streamsMartin Storsjö2011-04-201-0/+1
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* lavf: remove FF_API_SYMVER cruftAnton Khirnov2011-04-191-32/+0
* lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov2011-04-191-8/+2
* lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov2011-04-191-18/+0
* lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov2011-04-191-18/+0
* lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov2011-04-191-29/+0
* lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-191-21/+0
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-191-8/+0
* lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak2011-04-121-1/+4
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-121-2/+2
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-081-2/+2
* lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov2011-04-081-0/+4
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-071-0/+1
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* lavf: if id3v2 tag is present and all else fails, guess by file extensionAnton Khirnov2011-04-061-1/+12
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* lavf: make compute_chapters_end less picky.Anton Khirnov2011-04-011-13/+14
* Use audio_service_type to set stream disposition.Justin Ruggles2011-03-251-0/+13
* avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-211-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-6/+6
* lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-171-0/+51
* lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini2011-03-171-3/+4
* lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini2011-03-171-1/+2
* lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini2011-03-171-1/+5
* avio: make url_setbufsize internal.Anton Khirnov2011-03-161-1/+1
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-1/+1
* lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov2011-03-151-8/+0
* avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-071-1/+2
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-3/+3
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-021-7/+19
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-7/+7
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-3/+3
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-3/+3
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-7/+7
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-171-35/+5
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-161-116/+8
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-161-0/+10
OpenPOWER on IntegriCloud