15734 Commits (ab84effdeda931a74d8503891488ed538619a5d3)

Author SHA1 Message Date
Anton Khirnov b263f8ffe7 lavf: add AVFormatContext.max_ts_probe 11 years ago
Michael Niedermayer c2c4cee866 avformat/matroskaenc: Check alpha_mode 11 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 11 years ago
ThomasVolkert 50a4d5cfc6 Add support for H.261 RTP payload format (RFC 4587) 11 years ago
Carl Eugen Hoyos 0744daa887 Do not print a useless error number if mov header reading fails. 11 years ago
Luca Barbato f9f34cb998 ogg: Use separate classes for the aliases 11 years ago
Diego Biurrun 1019b7c4ed os_support: Undefine lseek/stat/fstat before defining them 11 years ago
Luca Barbato 051aadeed1 ogg: Provide aliases for Speex, Opus and audio-only ogg 11 years ago
Anton Khirnov cb7b1a2dfb electronicarts: set the framerate for TGQ/TQI 11 years ago
Anton Khirnov 7b6aae23e1 electronicarts: read the framerate for MAD 11 years ago
Anton Khirnov 4d6c515284 electronicarts: do not fail on zero-sized chunks 11 years ago
Michael Niedermayer a9f3bb14ba avformat/mov: use 64bit for size in mov_skip_multiple_stsd() 11 years ago
Nidhi Makhijani 13c90bc9a3 adts: Return more meaningful error codes 11 years ago
Michael Niedermayer 2076095549 avformat/asfdec: Check av_new_packet()s return code 11 years ago
Michael Niedermayer 05dd5368a9 avformat/nutdec: always initialize event_flags 11 years ago
Moritz Barsnick 66d02d3ca6 align and correct messages regarding bitstream filters 11 years ago
Diego Biurrun 86dfcfd0e3 mov: Drop unused parameter from ff_mov_read_esds() 11 years ago
Ben Hagen c9a5497a0b avformat/cinedec: allow number zero in metadata 11 years ago
Andrey Myznikov 79593096c4 avformat/a64: Avoid segfault in a64_write_header() when stream codec is not open 11 years ago
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