Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-25Revert "matroskadec: set default duration for simple block"Michael Niedermayer
2011-03-25Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-25matroskadec: set default duration for simple blockJohn Stebbins
2011-03-24ffmetadec.c: fix compiler warnings.Ronald S. Bultje
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-24matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs
2011-03-24matroskaenc: add missing new line in av_log() callAurelien Jacobs
2011-03-24matroskadec: check that pointers were initialized before accessing themAurelien Jacobs
2011-03-23avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov
2011-03-23asfdec: also subtract preroll when reading simple index objectVladimir Pantelic
2011-03-23matroskaenc: remove a variable that's unused after bc17bd9.Anton Khirnov
2011-03-23avio: cosmetics - nicer vertical alignment.Anton Khirnov
2011-03-23rtsp: Don't use a locale dependent format stringMartin Storsjö
2011-03-23Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_configAnton Khirnov
2011-03-23Do not use format string "%0.3f" for RTSP Range field.Carl Eugen Hoyos
2011-03-23Do not use format string "%0.3f" for RTSP Range field.Carl Eugen Hoyos
2011-03-22id3v2: skip broken tags with invalid sizeAnton Khirnov
2011-03-22id3v2: don't explicitly skip paddingAnton Khirnov
2011-03-21amr: Set the AVFMT_GENERIC_INDEX flagMartin Storsjö
2011-03-21amr: Set the pkt->pos field properly to the start of the packetMartin Storsjö
2011-03-21amr: Set the codec->bit_rate field based on the last packetMartin Storsjö
2011-03-21rtsp: Specify unicast for TCP interleaved streams, tooMartin Storsjö
2011-03-21applehttp: Change the variable for stream position in seconds into int64_tMartin Storsjö
2011-03-21id3v2: simplify error handling.Anton Khirnov
2011-03-21id3v2: explicitly seek to the end of the tag after readingAnton Khirnov
2011-03-21avio: make av_url_read_fseek/fpause internal.Anton Khirnov
2011-03-21Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin
2011-03-21Allow demuxing of APE files with metadata tags.Carl Eugen Hoyos
2011-03-21avio: deprecate url_filenoAnton Khirnov
2011-03-21rmenc: replace avio_seek(0) with avio_tell()Anton Khirnov
2011-03-21lavf: replace some more avio_seek(SEEK_CUR) with avio_skipAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-18reverts parts of commit de11ee906ed232157392924735c18ab7d8522ccb. The author ...Michael Niedermayer
2011-03-18Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-18lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini
2011-03-17Revert "jvdec: don't use deprecated url_feof()"Michael Niedermayer
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
2011-03-17nutenc: fix a memleakAnton Khirnov
2011-03-17asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17lavf: Make make_absolute_url a lavf internal functionMartin Storsjö
2011-03-17applehttp: Fix a typo in a commentMartin Storsjö
2011-03-17lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini
2011-03-17lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini
2011-03-17lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-17avio: deprecate url_close_bufAnton Khirnov