summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
| * rtsp: Specify unicast for TCP interleaved streams, tooMartin Storsjö2011-03-21
| * applehttp: Change the variable for stream position in seconds into int64_tMartin Storsjö2011-03-21
| * id3v2: simplify error handling.Anton Khirnov2011-03-21
| * id3v2: explicitly seek to the end of the tag after readingAnton Khirnov2011-03-21
| * avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-21
| * avio: deprecate url_filenoAnton Khirnov2011-03-20
| * rmenc: replace avio_seek(0) with avio_tell()Anton Khirnov2011-03-20
| * lavf: replace some more avio_seek(SEEK_CUR) with avio_skipAnton Khirnov2011-03-20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Do not use format string "%0.3f" for RTSP Range field.Carl Eugen Hoyos2011-03-22
* | Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin2011-03-21
* | Allow demuxing of APE files with metadata tags.Carl Eugen Hoyos2011-03-21
* | reverts parts of commit de11ee906ed232157392924735c18ab7d8522ccb. The author ...Michael Niedermayer2011-03-18
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-18
|\|
| * nutenc: fix a memleakAnton Khirnov2011-03-17
| * asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic2011-03-17
* | lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-03-18
* | Revert "jvdec: don't use deprecated url_feof()"Michael Niedermayer2011-03-17
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-17
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-17
| * applehttp: Fix a typo in a commentMartin Storsjö2011-03-17
| * lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini2011-03-17
| * lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini2011-03-17
| * lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini2011-03-17
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
| * avio: deprecate url_close_bufAnton Khirnov2011-03-16
| * avio: deprecate url_open_bufAnton Khirnov2011-03-16
| * avio: always compile avio_printf, rather than on CONFIG_MUXERSAnton Khirnov2011-03-16
| * avio: avio_ prefix for url_fprintfAnton Khirnov2011-03-16
| * avio: change avio_tell/skip from macros to inline functionsAnton Khirnov2011-03-16
| * avio: make url_setbufsize internal.Anton Khirnov2011-03-16
| * lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-16
| * nutenc: mux chapters.Anton Khirnov2011-03-17
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
| * Remove occurrences of my old email addressRamiro Polla2011-03-16
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
| * mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov2011-03-16
| * Do not attempt to decode APE file with no framesKostya2011-03-16
| * jvdec: don't use deprecated url_feof()Anton Khirnov2011-03-16
| * id3v2: merge TYER/TDAT/TIME to date tagAnton Khirnov2011-03-15
* | lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini2011-03-17
* | lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini2011-03-17
* | lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini2011-03-17
* | matroskadec: set a default duration also for packets comming from a simple blockAurelien Jacobs2011-03-16
* | Remove occurrences of my old email address.Ramiro Polla2011-03-16
* | Do not attempt to decode APE file with no frames.Kostya Shishkov2011-03-15
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-15
|\|