summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-06
|\
| * lavf: Declare an AVRational struct without a struct literalMartin Storsjö2012-08-06
* | Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch2012-08-06
* | compute_pkt_fields: do not attempt to calculate dts when the delay hasnt been...Michael Niedermayer2012-08-04
* | lavf: move nb_decoded_frames out of info.Michael Niedermayer2012-08-04
* | has_decode_delay_been_guessed: adjust value for has_b_frames=0Michael Niedermayer2012-08-04
* | lavf: move has_decode_delay_been_guessed() up to make it accessible to earlie...Michael Niedermayer2012-08-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
| * lavf: round estimated average fps to a "standard" fps.Anton Khirnov2012-07-29
* | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer2012-07-29
|\|
| * lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-29
| * avf: introduce nobuffer optionLuca Barbato2012-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-29
|\|
| * lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov2012-07-28
| * Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* | ff_add_index_entry: reject AV_NOPTS_VALUEMichael Niedermayer2012-07-26
* | lavf: move generic index generation code to a later pointMichael Niedermayer2012-07-26
* | parse_packet: use pkt.pos always instead of the avparser offset.Michael Niedermayer2012-07-26
* | probe_codec: fix memory corruptionMichael Niedermayer2012-07-26
* | av_find_stream_info: skip flushing codecs and estimating timings if probe_siz...Michael Niedermayer2012-07-25
* | lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files.Michael Niedermayer2012-07-25
* | lavf: factor AVStream st outMichael Niedermayer2012-07-25
* | parse_packet: reset pkt->pos after it has been usedMichael Niedermayer2012-07-25
* | Revert "lavf: count skipped samples for initial timestamps."Michael Niedermayer2012-07-24
* | av_url_split: dont let '/' char whallop '?' charPeter Ross2012-07-22
* | lavf: make cmdutils's check_stream_specifier public.Nicolas George2012-07-20
* | lavf: count skipped samples for initial timestamps.Nicolas George2012-07-19
* | lavf: set pkt_timebase at the same time as stream->time_base.Nicolas George2012-07-19
* | lavf/utils: show the number of stream in case of missing parameterStefano Sabatini2012-07-18
* | lavf/utils: suggest what to do in case of missing codec informationStefano Sabatini2012-07-18
* | lavf/utils: extend has_codec_parameters() to make it show what info is missingStefano Sabatini2012-07-18
* | lavf: inject sample skip side data when requested by the demuxerMichael Niedermayer2012-07-12
* | lavf: limit "Adjusting PTS forward" code to video streamsMichael Niedermayer2012-07-08
* | has_decode_delay_been_guessed: tighten up the heuristic.Michael Niedermayer2012-07-02
* | has_decode_delay_been_guessed: skip guessing when sps.num_reorder_frames is a...Michael Niedermayer2012-07-02
* | has_decode_delay_been_guessed: improve heuristicMichael Niedermayer2012-07-02
* | lavf: allow multiple names in output devices selected by av_guess_format()Stefano Sabatini2012-06-29
* | avformat: offset fps calculation by one to include 60.00 fpsHendrik Leppkes2012-06-22
* | avformat: add 48 fps to the NTSC frameratesHendrik Leppkes2012-06-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * Move av_gettime() to libavutilMans Rullgard2012-06-20
* | lavf: add field for how duration is estimatedMichael Bradshaw2012-06-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-16
|\|
| * lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov2012-06-16
* | lavf: cosmetic: format else with indentationMichael Bradshaw2012-06-15
* | lavf: add a "warning" when discarding a oddly backward subtitle or data start...Michael Niedermayer2012-06-12
* | lavf: handle data like subtitles in start time calculation.Michael Niedermayer2012-06-12
* | lavf: fix missing "parser not found" messageMichael Niedermayer2012-06-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|