aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Revert needless API change in 05e84c95.Reimar Döffinger2011-06-221-1/+2
* dump_metadata: Fix 0xd in metadataMichael Niedermayer2011-06-201-2/+7
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-191-1/+4
|\
| * lavf: prevent crash in av_open_input_file() if ap == NULL.Ronald S. Bultje2011-06-181-1/+1
| * lavf: add a forgotten NULL check in convert_format_parameters().Anton Khirnov2011-06-181-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-106/+198
|\|
| * lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov2011-06-161-12/+51
| * Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-105/+56
| * lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov2011-06-161-1/+103
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-141-2/+0
|\|
| * utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun2011-06-131-2/+0
| * lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer2011-06-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-111-32/+15
|\|
| * Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-101-32/+15
| * lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini2011-06-091-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-13/+14
|\|
| * lavf: don't try to free private options if priv_data is NULL.Anton Khirnov2011-06-081-1/+1
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-12/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-061-1/+6
|\|
| * lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-1/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-041-1/+1
|\|
| * Mark some variables with av_unusedMans Rullgard2011-06-031-1/+1
| * lavf: initialize demuxer private options.Anton Khirnov2011-05-261-0/+4
* | Fix various bad printf format warningsClément Bœsch2011-05-301-1/+1
* | muxers: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2011-05-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-0/+2
|\|
| * avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-251-0/+2
| * Fix end time of last chapter in compute_chapters_endJohn Stebbins2011-05-251-1/+1
* | Fix end time of last chapter in compute_chapters_end().John Stebbins2011-05-251-1/+1
* | lavf: fix style for avformat_alloc_output_context2()Stefano Sabatini2011-05-221-6/+6
* | lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_ou...Stefano Sabatini2011-05-221-3/+22
* | Add a flag to disable side data merging.Michael Niedermayer2011-05-211-1/+2
* | Merge/split side data.Michael Niedermayer2011-05-211-0/+2
* | av_find_stream_info: Print more details about max anaylize duration failures.Michael Niedermayer2011-05-191-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-181-2/+4
|\|
| * 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
* | libavformat/utils: Only consider dvb teletext timestamps for start time when ...Michael Niedermayer2011-05-121-1/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-5/+5
|\|
| * 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
* | seeking: Favor pkt->pos for generic index building where possible.Michael Niedermayer2011-05-101-1/+2
* | Remove unused variable.Reimar Döffinger2011-05-071-2/+0
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-3/+3
* | LAVFAPI: demuxer specific options.Michael Niedermayer2011-04-301-2/+22
* | LAVFAPI: avformat_alloc_output_context() / simplify usage of muxers.Michael Niedermayer2011-04-301-0/+44