6842 Commits (2d162e3825a35b6ac42a27d27c4a3ebbd141828d)

Author SHA1 Message Date
Diego Elio Pettenò 2d162e3825 Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. 14 years ago
Georgi Chorbadzhiyski 535638b55f mpegtsenc: set reserved bits to 1 in PCR field 14 years ago
Diego Elio Pettenò 57c4d01ec9 Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. 14 years ago
Diego Elio Pettenò a3dffc0627 Make ff_mxf_pixel_layouts static to mxf.c. 14 years ago
Diego Elio Pettenò 101e1f6ff9 Make ff_interleave_compare_dts static to utils.c. 14 years ago
Anton Khirnov c34461b35b mov: simplify mov_read_chapters() by using avio_get_str16be 14 years ago
Anton Khirnov 2934cd9dbf asfdec: remove some commented-out cruft 14 years ago
Anton Khirnov 93b78d1210 lavf: make a variant of ff_get_str16_nolen public 14 years ago
Jai Menon c0ae5152d1 ffmetaenc: Use correct format specifiers. 14 years ago
Mans Rullgard 1e48cdaac3 tty: remove superflous #include <strings.h> 14 years ago
Georgi Chorbadzhiyski 6e78c8ee94 mpegtsenc: remove unused variables 14 years ago
Mans Rullgard 6081f8c4e2 avidec: make print_tag() a macro and remove related ifdefs 14 years ago
Diego Elio Pettenò 119cc033fc Make RTPFirstDynamicPayloadHandler static to rtpdec.c 14 years ago
Diego Elio Pettenò 69ad22c7a7 Make ff_realmedia_mp3_dynamic_handler static. 14 years ago
Diego Elio 'Flameeyes' Pettenò 73a0b19ba3 Don't check for DEBUG before using dprintf. 14 years ago
Diego Elio Pettenò f0a8676958 Make dvenc.c functions static to the unit. 14 years ago
Martin Storsjö 2762a7a28b rtspdec: Retry with TCP if UDP failed 14 years ago
Martin Storsjo e836b1b085 rtspdec: Move rtsp_read_pause up, next to rtsp_read_play 14 years ago
Martin Storsjo aeb2de1c82 rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request 14 years ago
Martin Storsjo 93e7490ee0 rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request 14 years ago
Martin Storsjo fef5649a82 rtsp: Make make_setup_request a nonstatic function 14 years ago
Martin Storsjö 2b0decf60b applehttp: Fix the key check in handle_variant_args 14 years ago
Kostya dacbcd170a reindent after last commit 14 years ago
Kostya 3bdc886c22 Extend WavPack demuxer and decoder to support >2 channel audio 14 years ago
Anton Khirnov 22272f61bb mp3enc: support for id3v2.3 tags using a per-muxer AVOption 14 years ago
Anton Khirnov cb6bc57681 id3v2: split tables for various ID3v2 versions 14 years ago
Anton Khirnov 8c3caf7fb1 mp3enc: handle errors in id3v2_put_ttag 14 years ago
Clément Bœsch 045b80e52d Move ID3v1 skip from decoder to demuxer 14 years ago
Anton Khirnov 187e23478b mp3enc: add support for writing UTF-16 tags 14 years ago
Anton Khirnov dccbd97d72 lavf: move ff_put_str16_nolen from asf to avio and rename it 14 years ago
Anton Khirnov 4efd5cf34b avio: add av_put_str and deprecate put_strz in favor of it 14 years ago
Anton Khirnov 50196a982b lavf: move the version macros to a new header 14 years ago
Anton Khirnov d66eff3685 id3v2: use an enum for encodings instead of magic numbers. 14 years ago
Anton Khirnov d08928bbea Split mp3 demuxer and muxer into separate files. 14 years ago
Janne Grunau e5fe65512b mpegtsenc: prefer metadata keyed with "service_name" 14 years ago
Georgi Chorbadzhiyski e8315e7881 Set service_provider and service_name in mpegts demuxer 14 years ago
Anton Khirnov 75aded8328 id3v2: don't overwrite existing tags 14 years ago
Anton Khirnov f7fcd6a254 id3v2: convert metadata after all the tags were read 14 years ago
Anton Khirnov 46a2da7698 id3v2: make ff_id3v2_parse static 14 years ago
Georgi Chorbadzhiyski 69688e71bc Add service_provider and service_name metadata 14 years ago
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
Justin Ruggles f61cbc22d3 Revise check for codec id in voc demuxer. 14 years ago
Justin Ruggles 1ae02fe03b Fix bug in voc demuxer that was introduced in SVN r26309. 14 years ago
Reimar Döffinger 54bc640362 Missing parts of IVF muxer support. 14 years ago
Reimar Döffinger 326851b9bc Add muxer for IVF format. 14 years ago
John Wimer b79c3df088 prevent integer overflow in calculating duration 14 years ago
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Michael Niedermayer 8bb7d97be0 Check 4xm headers for validity. This should avoid 1/0. 14 years ago
Michael Niedermayer f9329946d0 Parse fact chunks from wav files to find duration. 14 years ago
Michael Niedermayer 724b1f6a05 Factor tag reading code out of wav read_header() 14 years ago