15712 Commits (f626eaa58e69532ff85044007b2ceb3ce8dd5ed2)

Author SHA1 Message Date
Paul B Mahol b6543421f5 avformat/iff: rudimentary support for animations 11 years ago
Paul B Mahol 3dca5a5c41 wvdec: check for eof in wv_read_block_header() 11 years ago
Paul B Mahol 90b2f31367 cafdec: check for eof in read_info_chunk() 11 years ago
James Almer 853c1fb668 lavf/wavdec: add sanity check for AVCodecContext.channels 11 years ago
Mark Reid 882fb53cb7 avformat/mxf: added ULs for demuxing avid media composer mxf files 11 years ago
Nicolas George 4bebce0617 lavf/http: remove special case for cookies attributes. 11 years ago
Nicolas George 481cbc5ad5 lavf/http: fix cookie parsing. 11 years ago
Luca Barbato 369380e1c4 mxf: Support AAC 11 years ago
Luca Barbato 747cd9560c mxf: Add the UL for the MPEG2VideoDescriptor 11 years ago
Luca Barbato 304089aca7 mxf: Add UID print helpers 11 years ago
Michael Niedermayer cabcd8ff66 avformat/movenchint: use av_freep() for safety 11 years ago
Michael Niedermayer 427bcdf035 avformat/mpegts: Use differential score for analyze() 11 years ago
Ben Hagen 6928ea7eb0 cinedec: add shutter and crop metadata 11 years ago
Michael Niedermayer 74c81106d2 avformat/udp: remove unneeded variable initialization 11 years ago
Michael Niedermayer 7916053ced avformat/udp: dont mix integers with pointers 11 years ago
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 11 years ago
Marton Balint 51748b6377 mpegts: always parse pcr 11 years ago
Michael Niedermayer 82e0cb360a avformat/thp: dont mix integers with pointers 11 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 11 years ago
Michael Niedermayer 9c712d0b16 vformat/utils: call flush_packet_queue() from avformat_free_context() 11 years ago
Andrey Myznikov 609d5db803 Fix packet_buffer memory leak in avformat_free_context 11 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Diego Biurrun 7ccb847f0f http: Reduce scope of a variable in parse_content_encoding() 11 years ago
Michael Niedermayer fce8817a01 avformat/format: remove unused variable 11 years ago
Nidhi Makhijani 0528226a05 a64: Return correct error code on invalid data stream 11 years ago
James Almer dffbac0956 lavf/oggparsevp8: use ff_vorbis_stream_comment() 11 years ago
Anton Khirnov d92550d191 lavf: eliminate ff_get_audio_frame_size() 11 years ago
Michael Niedermayer 7b59217b60 Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration() 11 years ago
Michael Niedermayer ed488d1535 Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame_duration() 11 years ago
Michael Niedermayer 986ec3417a avformat/utils: Remove demuxer specific frame_size fallback from ff_get_audio_frame_size() 11 years ago
Luca Barbato e8049af132 mpegts: Do not try to write a PMT larger than SECTION_SIZE 11 years ago
Anton Khirnov 30e50c5027 lavf: eliminate ff_get_audio_frame_size() 11 years ago
Martin Storsjö 4e629ef80e http: Fix authentication, broken since 6a463e7fb 11 years ago
Andrew Stone db68ef898a ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. 11 years ago
Andrew Stone cc3e88a2b9 mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes. 11 years ago
Andrew Stone fa3a5dd4de nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. 11 years ago
Andrew Stone 0f789322ef flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes. 11 years ago
Andrew Stone 93c04e095d Expose metadata found in onCuePoint events in .flv files. 11 years ago
Andrew Stone 019d3fccc4 Set protocol-level metadata in AVFormatContext any time a packet is read. 11 years ago
Andrew Stone 7e38903b5c http: enable icy metadata by default. 11 years ago
Andrew Stone 7601f9412a http: export icecast metadata as an option with name "metadata". 11 years ago
Andrew Stone afbd4b7e09 lavf: add AVFormatContext/AVStream fields for signaling to the user when events happen. 11 years ago
Martin Storsjö 8bf3bf69ad http: Stop reading after receiving the whole file for non-chunked transfers 11 years ago
Carl Eugen Hoyos 99867fc0c4 Fix warning if https protocol was requested but isn't available. 11 years ago
Carl Eugen Hoyos fddea3f074 Check for hevc startcode when muxing into mpeg-ts. 11 years ago
Reimar Döffinger 2c0454cd20 Add missing initialization for AVProbeData. 11 years ago
James Almer 7b3de03c8f lavf: stop exporting internal functions 11 years ago
James Almer 31b7ab9f06 lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft 11 years ago
Michael Niedermayer 49456a95eb avformat/movenc: Fix printf type 11 years ago