summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'dbb1425811a672eddf4acf0513237cdf20f83756'Michael Niedermayer2013-04-041-1/+1
|\
| * lavf: make sure stream probe data gets freed.Anton Khirnov2013-04-041-0/+1
* | avformat: Add a mechanism to allow demuxers to detect byte based seeking.Michael Niedermayer2013-04-041-0/+2
* | avformat: fix atomatic format selection for (s)segmentMichael Niedermayer2013-04-021-0/+4
* | Do not show "Estimating duration from bitrate" warning if no duration was est...Carl Eugen Hoyos2013-03-301-2/+4
* | ffmpeg/avformat: factor av_guess_frame_rate() outMichael Niedermayer2013-03-291-0/+16
* | estimate_timings_from_bit_rate: Check timebase and bitrateMichael Niedermayer2013-03-281-2/+4
* | avformat: change some seeking related assert to av_assertsMichael Niedermayer2013-03-271-3/+3
* | avformat: Fix infinite probing that reads the whole fileMichael Niedermayer2013-03-201-0/+2
* | av_find_stream_info: change read_size to 64bitMichael Niedermayer2013-03-201-1/+2
* | lavf: avformat_seek_file(): validate stream_index.Nicolas George2013-03-201-0/+2
* | append_packet_chunked: remove outcommented codeMichael Niedermayer2013-03-181-9/+0
* | append_packet_chunked: Remove unused initialization.Michael Niedermayer2013-03-161-1/+1
* | Merge commit 'aa3c77998404cc32233cb76e961ca27db8565459'Michael Niedermayer2013-03-161-24/+61
|\ \ | |/
| * lavf: sanity check size in av_get/append_packet().Anton Khirnov2013-03-151-19/+49
| * lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-59/+0
* | Merge commit '7b486ab13bfcfa88a7cd92586de50e49966ec292'Michael Niedermayer2013-03-131-7/+0
|\ \ | |/
| * lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov2013-03-111-7/+0
| * lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov2013-03-111-8/+0
| * lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov2013-03-111-7/+0
* | avformat: keep r_frame_rateMichael Niedermayer2013-03-121-0/+6
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-081-5/+14
|\ \ | |/
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-5/+14
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-5/+5
* | avformat: Fix apics with aacMichael Niedermayer2013-03-071-1/+1
* | update_stream_timings: check bitrate for being in range.Michael Niedermayer2013-03-041-1/+3
* | avformat: Make duration estimation from pts more robustMichael Niedermayer2013-03-041-1/+3
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-5/+5
* | avformat: gather aspect ratio from rv30/40 in find_stream_infoMichael Niedermayer2013-03-031-0/+3
* | lavf: rescale duration for chained muxers.Nicolas George2013-02-281-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-281-0/+54
|\ \ | |/
| * lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-271-0/+54
| * lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard2012-12-081-1/+1
* | Revert "lavf/utils: add support for special characters encoding in URL"Michael Niedermayer2013-02-281-47/+0
* | lavf/utils: add support for special characters encoding in URLSenthilnathan M2013-02-281-0/+47
* | avformat: Allocate duration_error separatelyMichael Niedermayer2013-02-231-2/+10
* | ff_gen_search: Fix finding the maximum timestamp in a really small fileMichael Niedermayer2013-02-181-2/+2
* | ff_read_timestamp: check stream_index before using it as array indexMichael Niedermayer2013-02-181-1/+4
* | lavf: dont try to find fps for attached picturesMichael Niedermayer2013-02-151-0/+2
* | lavf: add seek2any to allow forcing seeking to non keyframes via AVOptionsMichael Niedermayer2013-02-071-0/+3
* | lavf/utils: provide feedback in case of invalid probe sizeStefano Sabatini2013-01-191-0/+2
* | Add a new function av_codec_get_tag2().Carl Eugen Hoyos2013-01-171-2/+17
* | lavf/utils: clarify/extend messages in avformat_find_stream_info()Stefano Sabatini2013-01-131-2/+2
* | lavf: use avpriv_find_pix_fmt instead of ff_Michael Niedermayer2013-01-121-1/+1
* | lavf/utils: more complete dts checksMichael Niedermayer2013-01-081-1/+2
* | ff_get_audio_frame_size: try to fix wma in wavMichael Niedermayer2013-01-061-0/+7
* | Fix AVCI50 SPS to specify a SAR of 4:3 instead of 3:4.Carl Eugen Hoyos2013-01-051-2/+2
* | Support more AVC-Intra filesReimar Döffinger2013-01-031-0/+95
* | lavf: add return to silence compiler warningMichael Niedermayer2013-01-031-0/+1
* | Replace references to "que" with the appropriate word.Clément Bœsch2013-01-031-2/+2
OpenPOWER on IntegriCloud