summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
...
* | avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruftJames Almer2014-10-05
* | Merge commit '19133e96d30e3f80dbae236ef081aedef419a6bf'Michael Niedermayer2014-09-29
|\|
| * lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles2014-09-29
* | avformat/mp3dec: avoid early EOF with concatenated gapless mp3swm42014-09-21
* | avformat/mp3dec: fix gapless audio supportwm42014-09-20
* | avformat/utils: free s->pb for image2 as it can be used with and without a fileMichael Niedermayer2014-09-13
* | avformat/utils: Exclude the header size when computing duration from bit_rateHendrik Leppkes2014-09-08
* | avformat/utils: remove assert that tests the same condition as the if() direc...Michael Niedermayer2014-08-26
* | Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer2014-08-25
|\|
| * lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-25
| * lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-13
* | vformat/utils: call flush_packet_queue() from avformat_free_context()Michael Niedermayer2014-08-15
* | Fix packet_buffer memory leak in avformat_free_contextAndrey Myznikov2014-08-15
* | lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-14
* | Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()Michael Niedermayer2014-08-14
* | Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame...Michael Niedermayer2014-08-14
* | avformat/utils: Remove demuxer specific frame_size fallback from ff_get_audio...Michael Niedermayer2014-08-14
* | Merge commit '481a3667495425db9fdffb653292b6460fb68208'Michael Niedermayer2014-08-14
|\|
* | Merge commit '019d3fccc4dcf5c8379112f697ce9eb08edee9b9'Michael Niedermayer2014-08-13
|\|
| * Set protocol-level metadata in AVFormatContext any time a packet is read.Andrew Stone2014-08-13
* | avcodec/raw: add avpriv_get_raw_pix_fmt_tags()James Almer2014-08-07
* | Do not return a probe score from set_codec_from_probe_data() if the codec was...Carl Eugen Hoyos2014-08-07
* | avformat/util: change av_find_default_stream_index() to use a score based systemMichael Niedermayer2014-08-04
* | Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos2014-07-30
* | Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c'Michael Niedermayer2014-07-29
|\|
| * avformat: Move av_probe_input* to format.cLuca Barbato2014-07-29
* | Merge commit '7215fcf84032118ecd9fb54fb14154d69fea638d'Michael Niedermayer2014-07-27
|\|
| * avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun2014-07-26
| * avformat_new_stream: make the AVCodec parameter constRoman Savchenko2014-07-08
| * Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-22
* | avformat: add av_stream_get_parser() to access avformat AVParserMichael Niedermayer2014-07-14
* | avformat/utils: do not wait for packets from discarded streams for genptsMichael Niedermayer2014-07-13
* | avformat/mpegts: dont clear programs during probingMichael Niedermayer2014-07-12
* | avformat/mpegts: skip updating programs/streams when determining durationMichael Niedermayer2014-07-11
* | avformat/utils: better probing for duration in estimate_timings_from_pts()Gaullier Nicolas2014-06-19
* | Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer2014-06-18
|\|
| * lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* | Merge commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb'Michael Niedermayer2014-06-16
|\|
| * lavf: group dump functions togetherVittorio Giovara2014-06-14
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-06-10
|\ \
| * | Allow values >31bit for -analyzeduration.Carl Eugen Hoyos2014-06-10
* | | avformat/utils: dont wait for a first dts on demuxers which have AVFMT_NOTIME...Michael Niedermayer2014-06-10
|/ /
* | avformat/utils/avformat_find_stream_info: Move max_analyze_duration setup out...Michael Niedermayer2014-06-02
* | avformat/utils: Call ff_rfps_add_frame() only for videoMichael Niedermayer2014-06-02
* | Report "unknown codec" instead of "unspecifed size" if the codec is unknown.Carl Eugen Hoyos2014-06-02
* | Use rc_max_rate in av_find_best_stream() if bitrate == 0.Carl Eugen Hoyos2014-05-31
* | libavformat/utils: Warning about invalid cover art instead of an errorLazaros Koromilas2014-05-28
* | libavformat/utils: Fix segfault on m4a cover artwork parsingLazaros Koromilas2014-05-28
* | avformat/utils: set max analyze duration depending on the circumstancesMichael Niedermayer2014-05-26
* | avformat: move default for max_analyze_duration into utils.cMichael Niedermayer2014-05-26