summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* reverts parts of commit de11ee906ed232157392924735c18ab7d8522ccb. The author ...Michael Niedermayer2011-03-182-1/+2
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-183-3/+3
|\
| * nutenc: fix a memleakAnton Khirnov2011-03-171-0/+1
| * asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic2011-03-172-3/+2
* | lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-03-181-1/+1
* | Revert "jvdec: don't use deprecated url_feof()"Michael Niedermayer2011-03-171-1/+1
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17126-639/+735
|\ \ | |/
| * lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-174-106/+66
| * applehttp: Fix a typo in a commentMartin Storsjö2011-03-171-1/+1
| * lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini2011-03-171-3/+4
| * lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini2011-03-171-1/+2
| * lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini2011-03-171-1/+5
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-1647-99/+104
| * avio: deprecate url_close_bufAnton Khirnov2011-03-162-3/+3
| * avio: deprecate url_open_bufAnton Khirnov2011-03-162-2/+4
| * avio: always compile avio_printf, rather than on CONFIG_MUXERSAnton Khirnov2011-03-161-2/+0
| * avio: avio_ prefix for url_fprintfAnton Khirnov2011-03-163-6/+23
| * avio: change avio_tell/skip from macros to inline functionsAnton Khirnov2011-03-161-2/+8
| * avio: make url_setbufsize internal.Anton Khirnov2011-03-164-5/+11
| * lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-165-49/+51
| * nutenc: mux chapters.Anton Khirnov2011-03-172-4/+67
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-1676-348/+348
| * Remove occurrences of my old email addressRamiro Polla2011-03-161-1/+1
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
| * mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov2011-03-162-12/+5
| * Do not attempt to decode APE file with no framesKostya2011-03-161-0/+4
| * jvdec: don't use deprecated url_feof()Anton Khirnov2011-03-161-1/+1
| * id3v2: merge TYER/TDAT/TIME to date tagAnton Khirnov2011-03-151-0/+47
* | lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini2011-03-171-3/+4
* | lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini2011-03-171-1/+5
* | lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini2011-03-171-1/+2
* | matroskadec: set a default duration also for packets comming from a simple blockAurelien Jacobs2011-03-161-2/+2
* | Remove occurrences of my old email address.Ramiro Polla2011-03-161-1/+1
* | Do not attempt to decode APE file with no frames.Kostya Shishkov2011-03-151-0/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-1514-19/+23
|\ \ | |/
| * Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-159-11/+13
| * avio: deprecate url_ferrorAnton Khirnov2011-03-156-9/+8
| * lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov2011-03-151-8/+0
| * jv demuxer: prevent video packet size overflowPeter Ross2011-03-141-0/+2
| * jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the numberPeter Ross2011-03-141-3/+5
| * jv demuxer: calculate palette_size for each frame in read_headerPeter Ross2011-03-141-5/+5
| * Bitmap Brothers JV demuxerPeter Ross2011-03-144-1/+224
* | jv demuxer: prevent video packet size overflowPeter Ross2011-03-131-0/+2
* | jv demuxer: define JV_PREAMBLE_SIZE instead of hard coding the numberPeter Ross2011-03-131-3/+5
* | jv demuxer: calculate palette_size for each frame in read_headerPeter Ross2011-03-131-5/+5
* | Merge remote-tracking branch 'remotes/newdev/master'Michael Niedermayer2011-03-111-2/+3
|\ \ | |/
| * Add one more avc intra fourcc and extend the descriptionBenjamin Larsson2011-03-101-2/+3