897 Commits (699d02b839ff8001bb68d975a15e9622cd64574b)

Author SHA1 Message Date
Alex Converse a58858d60d lavf: Cleanup try_decode_frame() logic. 14 years ago
Anton Khirnov 6379900c53 Add a check for strptime(). 14 years ago
Anton Khirnov 001d668d40 lavf: factor out conversion of ISO8601 string to unix time 14 years ago
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 14 years ago
Anton Khirnov a67c061e0f lavf: add avformat_find_stream_info() 14 years ago
Anton Khirnov 1c6d2b7df0 lavf: update AVStream.nb_frames when muxing. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Anton Khirnov 4f731c4429 lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format. 14 years ago
Anton Khirnov 5001d6ef4a lavf: use the correct pointer in av_open_input_stream(). 14 years ago
Benjamin Larsson dafaef2fe1 Add support for aac streams in mp4/mov without extradata. 14 years ago
Ami Fischman 59ca3955fb av_find_stream_info: simplify EAGAIN handling. 14 years ago
Ronald S. Bultje dbafb0e06f lavf: prevent crash in av_open_input_file() if ap == NULL. 14 years ago
Anton Khirnov 84bd2b4bf5 lavf: add a forgotten NULL check in convert_format_parameters(). 14 years ago
Anton Khirnov 25de5958c8 lavf: add avformat_write_header() as a replacement for av_write_header(). 14 years ago
Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
Anton Khirnov 05e84c95c7 lavf: add avformat_open_input() as a replacement for av_open_input_* 14 years ago
Diego Biurrun 35bdaf3d42 utils: Drop pointless '#if 1' preprocessor directive. 14 years ago
Michael Niedermayer a8fd2f4e02 lavf: initialise reference_dts in av_estimate_timings_from_pts. 14 years ago
Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 14 years ago
Stefano Sabatini 996bbdbf1f lavf: make compute_pkt_fields2() return meaningful error values 14 years ago
Anton Khirnov dbaba52ed2 lavf: don't try to free private options if priv_data is NULL. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Mans Rullgard 5e1166b31b Mark some variables with av_unused 14 years ago
Anton Khirnov 9749cdf775 lavf: initialize demuxer private options. 14 years ago
Alex Converse 30315a8d9c avformat: Add fpsprobesize as an AVOption. 14 years ago
John Stebbins 656566d7a4 Fix end time of last chapter in compute_chapters_end 14 years ago
Vladimir Pantelic 69fa23961e asfdec: do not fall back to binary/generic search 14 years ago
Stefano Sabatini 4ad0693edc lavf: fix function name in compute_pkt_fields2 av_dlog message 14 years ago
Marton Balint 2c71581698 lavf: fix av_find_best_stream when providing a wanted stream. 14 years ago
Marton Balint 6b35a795f8 lavf: fix av_find_best_stream when decoder_ret is given and using a related stream. 14 years ago
Vitor Sessak ecc297308f lavf/utils: fix ff_interleave_compare_dts corner case. 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Anssi Hannula 7c152a458d lavf: inspect more frames for fps when container time base is coarse 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Stefano Sabatini 79157f400b error: remove AVERROR_NUMEXPECTED 14 years ago
Martin Storsjö 7bbb67d580 libavformat: Free AVFormatContext->streams 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov 5763e63913 lavf: remove FF_API_SYMVER cruft 14 years ago
Anton Khirnov b4c5acabb9 lavf: remove FF_API_FIRST_FORMAT cruft 14 years ago
Anton Khirnov 58d5ff0abf lavf: remove FF_API_PARSE_FRAME_PARAM cruft 14 years ago
Anton Khirnov 5048e36c99 lavf: remove FF_API_URL_SPLIT cruft 14 years ago
Anton Khirnov 61573bf1ba lavf: remove FF_API_GUESS_FORMAT cruft 14 years ago
Anton Khirnov 575c18da1b lavf: remove FF_API_OLD_METADATA cruft 14 years ago
Anton Khirnov 761ad42968 lavf: remove FF_API_MAX_STREAMS cruft 14 years ago
Vitor Sessak 96573c0d76 lavf/utils.c: Order packets with identical PTS by stream index. 14 years ago
Anton Khirnov ff1ec0c3f8 avio: undeprecate av_url_read_fseek/fpause under nicer names 14 years ago
Anton Khirnov a9bf9d8e53 lavf: make av_guess_image2_codec internal 14 years ago
Anton Khirnov c5704b2b9a lavf: mark av_pkt_dump(_log) for remove on $next+1 bump. 14 years ago
Anton Khirnov 5cec897105 avio: move extern url_interrupt_cb declaration from avio.h to url.h 14 years ago