6863 Commits (939bfc87ee2592e1d2a8ac76ebc1cb4195fdc740)

Author SHA1 Message Date
Ronald S. Bultje 939bfc87ee asf/wtv: use service_provider and service_name metadata tags 14 years ago
Vasyl' Vavrychuk e5e3897b64 mpegts: remove get_pts duplicate of ff_parse_pes_pts. 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Peter Ross 59884f55d1 mpegtsenc: support CODEC_ID_AAC_LATM 14 years ago
Dave Yeo c053bba9e2 rtspenc: include os_support.h for system without HAVE_POLL_H 14 years ago
Anton Khirnov 8270482681 asfdec: ensure that the whole tag is read. 14 years ago
Mans Rullgard 13904b552b os_support: make poll() fallbacks conditional on CONFIG_NETWORK 14 years ago
Stefano Sabatini b5a7100ad3 Make the image2 demuxer log more verbose 14 years ago
Georgi Chorbadzhiyski 753134ae3e In mpegts "reserved_future_use" field must be set to 1 in SDT table 14 years ago
Luca Barbato b351baa070 rtsp: make ff_sdp_parse return value forwarded 14 years ago
Luca Barbato d0eb91ad04 os: replace select with poll 14 years ago
Diego Elio Pettenò 9740a357e9 Hide demuxers', muxers' and protocols' objects via the ld version script. 14 years ago
Reimar Döffinger 76c802e989 VC1testenc: convert pts values to correct time-base. 14 years ago
Reimar Döffinger 609bdf813d Vorbis-in-Ogg: Do not set timebase to invalid values 14 years ago
John Stebbins 2f7d8977bc mov: add support for little-endian utf16 chapter names 14 years ago
Janne Grunau 9653e754a4 movenc: byteswap codec_tag in mov_write_ms_tag 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov ebf3ee16c7 mov: simplify mov_read_chapters() by using avio_get_str16be 14 years ago
Mans Rullgard bc1aebcd07 Revert "mov: simplify mov_read_chapters() by using avio_get_str16be" 14 years ago
Diego Elio Pettenò 4b21c38180 Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. 14 years ago
Georgi Chorbadzhiyski 4c9bfe3e4e mpegtsenc: set reserved bits to 1 in PCR field 14 years ago
Diego Elio Pettenò 3d21b4f607 Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. 14 years ago
Diego Elio Pettenò c940ed4254 Make ff_mxf_pixel_layouts static to mxf.c. 14 years ago
Diego Elio Pettenò d20d1449e0 Make ff_interleave_compare_dts static to utils.c. 14 years ago
Anton Khirnov 0c468f5684 mov: simplify mov_read_chapters() by using avio_get_str16be 14 years ago
Anton Khirnov 24519edf64 asfdec: remove some commented-out cruft 14 years ago
Anton Khirnov f9d6b13a23 lavf: make a variant of ff_get_str16_nolen public 14 years ago
Jai Menon c481ff1029 ffmetaenc: Use correct format specifiers. 14 years ago
Mans Rullgard 8fa28af965 tty: remove superflous #include <strings.h> 14 years ago
Georgi Chorbadzhiyski 4fee6f32e2 mpegtsenc: remove unused variables 14 years ago
Mans Rullgard 3e8c4f9689 avidec: make print_tag() a macro and remove related ifdefs 14 years ago
Diego Elio Pettenò 53d3f66bae Make RTPFirstDynamicPayloadHandler static to rtpdec.c 14 years ago
Diego Elio Pettenò c2ec089c5a Make ff_realmedia_mp3_dynamic_handler static. 14 years ago
Diego Elio 'Flameeyes' Pettenò 463532310a Don't check for DEBUG before using dprintf. 14 years ago
Diego Elio Pettenò 81c38db13c Make dvenc.c functions static to the unit. 14 years ago
Martin Storsjö 4f40ec0552 rtspdec: Retry with TCP if UDP failed 14 years ago
Martin Storsjo 2afd30bf7a rtspdec: Move rtsp_read_pause up, next to rtsp_read_play 14 years ago
Martin Storsjo 3f44e3c91a rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request 14 years ago
Martin Storsjo abbc1d272e rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request 14 years ago
Martin Storsjo d89a08d81b rtsp: Make make_setup_request a nonstatic function 14 years ago
Martin Storsjö 1a172ce6b1 applehttp: Fix the key check in handle_variant_args 14 years ago
Kostya 69c78161d2 reindent after last commit 14 years ago
Kostya 8a485dd399 Extend WavPack demuxer and decoder to support >2 channel audio 14 years ago
Jai Menon 9de202a633 ffmetaenc : Use more correct format specifiers. 14 years ago
Baptiste Coudurier d4e0130e46 In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it. 14 years ago
Anton Khirnov 5b7e7544e1 mp3enc: support for id3v2.3 tags using a per-muxer AVOption 14 years ago
Anton Khirnov fe01dd8d74 id3v2: split tables for various ID3v2 versions 14 years ago
Anton Khirnov 5052830fec mp3enc: handle errors in id3v2_put_ttag 14 years ago
Clément Bœsch 204a18151c Move ID3v1 skip from decoder to demuxer 14 years ago
Anton Khirnov b6125545da mp3enc: add support for writing UTF-16 tags 14 years ago