summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* ff_add_index_entry: reject AV_NOPTS_VALUEMichael Niedermayer2012-07-261-0/+3
* lavf: move generic index generation code to a later pointMichael Niedermayer2012-07-261-8/+6
* parse_packet: use pkt.pos always instead of the avparser offset.Michael Niedermayer2012-07-261-1/+1
* probe_codec: fix memory corruptionMichael Niedermayer2012-07-261-1/+5
* av_find_stream_info: skip flushing codecs and estimating timings if probe_siz...Michael Niedermayer2012-07-251-1/+2
* lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files.Michael Niedermayer2012-07-251-0/+3
* lavf: factor AVStream st outMichael Niedermayer2012-07-251-4/+6
* parse_packet: reset pkt->pos after it has been usedMichael Niedermayer2012-07-251-0/+1
* Revert "lavf: count skipped samples for initial timestamps."Michael Niedermayer2012-07-241-4/+0
* av_url_split: dont let '/' char whallop '?' charPeter Ross2012-07-221-2/+5
* lavf: make cmdutils's check_stream_specifier public.Nicolas George2012-07-201-0/+61
* lavf: count skipped samples for initial timestamps.Nicolas George2012-07-191-0/+4
* lavf: set pkt_timebase at the same time as stream->time_base.Nicolas George2012-07-191-0/+1
* lavf/utils: show the number of stream in case of missing parameterStefano Sabatini2012-07-181-2/+2
* lavf/utils: suggest what to do in case of missing codec informationStefano Sabatini2012-07-181-1/+2
* lavf/utils: extend has_codec_parameters() to make it show what info is missingStefano Sabatini2012-07-181-17/+30
* lavf: inject sample skip side data when requested by the demuxerMichael Niedermayer2012-07-121-0/+8
* lavf: limit "Adjusting PTS forward" code to video streamsMichael Niedermayer2012-07-081-0/+1
* has_decode_delay_been_guessed: tighten up the heuristic.Michael Niedermayer2012-07-021-1/+4
* has_decode_delay_been_guessed: skip guessing when sps.num_reorder_frames is a...Michael Niedermayer2012-07-021-0/+5
* has_decode_delay_been_guessed: improve heuristicMichael Niedermayer2012-07-021-2/+4
* lavf: allow multiple names in output devices selected by av_guess_format()Stefano Sabatini2012-06-291-1/+1
* avformat: offset fps calculation by one to include 60.00 fpsHendrik Leppkes2012-06-221-3/+3
* avformat: add 48 fps to the NTSC frameratesHendrik Leppkes2012-06-211-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-6/+4
|\
| * Move av_gettime() to libavutilMans Rullgard2012-06-201-6/+4
* | lavf: add field for how duration is estimatedMichael Bradshaw2012-06-181-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-161-1/+1
|\ \ | |/
| * lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov2012-06-161-1/+1
* | lavf: cosmetic: format else with indentationMichael Bradshaw2012-06-151-1/+1
* | lavf: add a "warning" when discarding a oddly backward subtitle or data start...Michael Niedermayer2012-06-121-0/+3
* | lavf: handle data like subtitles in start time calculation.Michael Niedermayer2012-06-121-1/+1
* | lavf: fix missing "parser not found" messageMichael Niedermayer2012-06-071-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-32/+46
|\ \ | |/
| * avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse2012-06-051-12/+24
| * avformat: Factorize codec probing.Alex Converse2012-06-051-20/+25
* | lavf: use input keyframe flag when muxer does not provide keyframe flags.Michael Niedermayer2012-06-021-0/+3
* | lavf: print the invalid tb in avpriv_set_pts_info()Michael Niedermayer2012-05-231-1/+1
* | avformat: add needs_parsing type to enable codec TS use.Michael Niedermayer2012-05-221-2/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-211-1/+3
|\ \ | |/
| * avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-201-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-201-1/+1
|\ \ | |/
| * lavf: make output format matching case insensitiveMans Rullgard2012-05-191-1/+1
* | lavf: also use codec aspect ratio in av_guess_sample_aspect_ratioMarton Balint2012-05-201-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-0/+1
|\ \ | |/
| * lavf: add mdec to is_intra_only() listMans Rullgard2012-05-151-0/+1
* | lavf: add av_guess_frame_sample_aspect_ratio functionMarton Balint2012-05-141-0/+22
* | update_initial_durations: use av_ts2str()Michael Niedermayer2012-05-141-2/+2
* | update_initial_durations: add some checks to ensure things match up.Michael Niedermayer2012-05-141-0/+8
* | lavf/utils: make use of av_ts2str() to print timestamps.Clément Bœsch2012-05-131-32/+38
OpenPOWER on IntegriCloud