19024 Commits (413c842a697866b62ea5dbb5e5fa54ae990d503e)

Author SHA1 Message Date
Anton Khirnov cae448cfbf aviobuf: add a private data struct for avio_open()ed contexts 9 years ago
Anton Khirnov 832a202c47 protocols: make the list of protocols static 9 years ago
Anton Khirnov 7d61dc95d7 lavf: move urlcontext_child_class_next() to protocols.c 9 years ago
Anton Khirnov 0fa00d0591 lavf: move avio_enum_protocols() to protocols.c 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Anton Khirnov 225e84e745 hls: disallow opening nested files in child demuxers 9 years ago
Anton Khirnov e192cd9ce2 smoothstreamingenc: do not open the files as read+write 9 years ago
Anton Khirnov d082078a88 dashenc: eliminate ffurl_* usage 9 years ago
Anton Khirnov 7fbb3b5b98 lavf: use the io_open callbacks for files opened from open_input() as well 9 years ago
Anton Khirnov dc6527ed90 nutenc: do not use AVCodecContext.frame_size 9 years ago
Luca Barbato bf7be043fc matroska: Always consider S_TEXT/UTF8 as SRT when demuxing 9 years ago
Marton Balint 3a4232a1a0 avformat/asfenc: write group_mutual_exclusion_objects for audio on multiple languages 9 years ago
Michael Niedermayer 0028da36cd avformat/mpjpegdec: add AVFMT_NOTIMESTAMPS 9 years ago
Alex Agranovsky 6dc1d5f87c lavf/mpjpeg: probe should not depend on Content-Length MIME header being present 9 years ago
Michael Niedermayer 0910488a16 avformat/riffenc: Also check codec tag before setting raw_pal_avi 9 years ago
Oliver Collyer a2f8beef2d ffserver&ffm: Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming. 9 years ago
Michael Niedermayer bb629792a2 avformat/avienc: Fix assertion failure with 256 palette entries 9 years ago
Mats Peterson a51d82b85c lavf/avienc: Add palette after BITMAPINFOHEADER 9 years ago
Reto Kromer f8d685270e avienc: Remove unused variable 'ret' 9 years ago
Mark Harris 56e2cd9c04 avformat/icodec: Fix crash probing fuzzed file 9 years ago
Mark Harris 1b4fbf8080 avformat/icodec: ico probe with unknown data 9 years ago
Carl Eugen Hoyos e6cbe3ffef configure: Fix webm_dash_manifest demuxer standalone compilation. 9 years ago
Marton Balint 51afd9f4e1 avformat/dvbtxt: add raw demuxer for dvb teletext probing 9 years ago
Diego Biurrun 8d918a98aa rtpdec: Use the right logging context 9 years ago
Luca Barbato f273f7fb25 mkv: Force the full parsing of mp3 9 years ago
Luca Barbato 3ef98937f5 mov: Force the full parsing of mp3 9 years ago
Michael Niedermayer 7ac962af38 avformat/avienc: Store pal8 palette 9 years ago
Paul B Mahol 4956dc88d1 avcodec/cdxl: add support for raw videos with chunky format 9 years ago
Michael Niedermayer 9dd4dcde9c avformat/avienc: Use avi_write_packet_internal() to store raw rgb in a more spec compliant way 9 years ago
Diego Biurrun 0d1229f1d2 voc: Split ff_voc_get_packet into a separate file 9 years ago
Diego Biurrun 624e235502 build: Introduce iso_media component 9 years ago
Diego Biurrun 82454c3a82 build: Let the WTV demuxer select the MPEG-TS demuxer 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Moritz Barsnick 6eaad752c1 lavf/options_table: mark use_wallclock_as_timestamps as boolean 9 years ago
Michael Niedermayer 07c7e71d20 avformat/avienc: Split avi_write_packet_internal() out 9 years ago
Michael Niedermayer 090b673aba avformat: add ff_reshuffle_raw_rgb() 9 years ago
Johan Ström 6c31c99289 hlsenc: add use_localtime_mkdir option to automatically create time-based directory 9 years ago
Michael Niedermayer 58f21b6c93 avformat/hls: fix potential integer overflow 9 years ago
Derek Buitenhuis 00bd237499 mov: Fix leftover merge conflict cruft 9 years ago
Vittorio Giovara b92962436b mov: Fix the format specifier type for size 9 years ago
Michael Niedermayer b4018544fb avformat/img2enc: remove unused variable 9 years ago
Michael Niedermayer dcb6d5b831 avformat/genh: Mark coef_splitted as av_unused 9 years ago
Mark Reid 8395b6eeaa libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formats 9 years ago
David Monro 4b750104ea lavf/spdifenc: Support MLP encapsulation. 9 years ago
Alex Agranovsky ddda2cc43c lavf/mpjpeg: do not include CRLF preceding boundary as part of the returned frame 9 years ago
Alex Agranovsky 09b8e97ab6 lavf/mpjpeg: Trim quotes on MIME boundary, if present. 9 years ago
Luca Barbato 5eb562831b mov: Use the correct type for size 9 years ago
Marton Balint a573e6c103 avformat/utils: remove ff_iso8601_to_unix_time 9 years ago
Marton Balint 66e85a180a avformat/matroskaenc: use ff_parse_creation_time_metadata 9 years ago
Marton Balint ad17cc9744 avformat/mxfenc: use ff_parse_creation_time_metadata 9 years ago