10884 Commits (469f8b1dcbacc921555af6c068db28ad3d3e5006)

Author SHA1 Message Date
Nicolas George 92b8c9d89e lavf/au: check bits per coded sample. 12 years ago
Mans Rullgard edb5238ccb libavformat: add const to AVCodec pointers 12 years ago
Stefano Sabatini 2d31ae2921 lavf/segment: change default value for segment_list_size option, from 5 to 0 12 years ago
Stefano Sabatini 1c522e3868 lavf/segment: guess list type from list filename suffix 12 years ago
Stefano Sabatini e5ae2f9126 lavf/segment: add M3U8 list support 12 years ago
Stefano Sabatini 4a12d1e8e7 lavf/segment: compute max list segment duration 12 years ago
Stefano Sabatini 769500c2a3 lavf/segment: create segment_list_open and close functions 12 years ago
Stefano Sabatini d3a2a614bf lavf/segment: fix bogus segment index rewrapping logic 12 years ago
Stefano Sabatini b89e00bd1c lavf/segment: move file description to @file doxy 12 years ago
Stefano Sabatini 725213545d lavf/avio: flush internal buffer when calling avio_close() 12 years ago
Stefano Sabatini 63f57f8530 lavf/avio.h: doxygen avio_flush() 12 years ago
Anton Khirnov 15c71dfd03 swf(dec): replace CODEC_ID with AV_CODEC_ID 12 years ago
Anton Khirnov e0aa5e772b dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE 12 years ago
Michael Niedermayer 7e49474aa0 ffmenc: switch to av_assert 12 years ago
Samuel Pitoiset 8337b5db96 rtmpdh: Do not generate the same private key every time when using libnettle 12 years ago
Jordi Ortiz a2dd4f7780 rtp: remove ff_rtp_get_rtcp_file_handle(). 12 years ago
Jordi Ortiz e7993ece9b rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_handle() 12 years ago
Jordi Ortiz d6b9da1178 avio: add (ff)url_get_multi_file_handle() for getting more than one fd 12 years ago
Martin Storsjö cb5ab02a88 rtmp: Use int instead of ssize_t 12 years ago
Jordi Ortiz e5f2731c73 rtmp: Add support for receiving incoming streams 12 years ago
Carl Eugen Hoyos e701b0cf75 Support reading 16-channel lxf files. 12 years ago
Philip Langdale 6057de19b5 srtenc: Add timing-less "subrip" encoder. 12 years ago
Michael Niedermayer b1b84b068d lavf: minor bump for avformat_queue_attached_pictures() 12 years ago
Michael Niedermayer 11f8f2c0f3 avformat: export queue_attached_pictures 12 years ago
Michael Niedermayer a39c5c4c6b dv: fix null ptr dereference 12 years ago
Martin Storsjö 70766c2182 Add some more missing includes after removing the implicit common.h 12 years ago
Samuel Pitoiset 93f257db6b rtmp: Automatically compute the hash for SWFVerification 12 years ago
Samuel Pitoiset 635ac8e1be rtmp: Add support for SWFVerification 12 years ago
Michael Niedermayer 6093960ae3 movdec: Try to recover from overreading atoms 12 years ago
Samuel Pitoiset fb7e78089b rtmp: Gracefully ignore _checkbw errors by tracking them 12 years ago
Samuel Pitoiset 8b6a5a7923 rtmp: Do not send _checkbw calls as notifications 12 years ago
Michael Bradshaw a22c996a85 Add ICO muxer 12 years ago
Andrey Utkin aec9390a9d Check for avio fail in avformat_write_header, av_write_frame 12 years ago
Nicolas George b1511e00f6 lavf: probe PGS subtitles definition. 12 years ago
Michael Niedermayer e47d979cab asfdec: ignore too tiny indexes 12 years ago
Luca Barbato fb96c1c5fe rtmp: handle bytes read reports 12 years ago
Michael Niedermayer 5e3900c7a5 hls: Initialize stream_offset before find_stream_info. 12 years ago
Michael Niedermayer cc913f7490 hls: check that the streams have been initialized before checking their discard flags. 12 years ago
Michael Niedermayer ed8d827ad0 riffenc: fix aac 12 years ago
Michael Niedermayer bb7073921c oggparsetheora: fix metadata parsing 12 years ago
Piotr Bandurski bd92205014 mov: remux AALP tag 12 years ago
Michael Niedermayer d5c90ff23b lavf: reimplement is_intra_only() by using the AVCodecContext codec descriptor 12 years ago
Martin Storsjö bdefe22b8e lavf: Detect discontinuities in timestamps for framerate/analyzeduration calculation 12 years ago
Martin Storsjö 30c26c2442 lavf: Initialize the stream info timestamps in avformat_new_stream 12 years ago
Mohammad Alsaleh 6e9bbc6525 id3v2: Match PIC mimetype/format case-insensitively 12 years ago
Michael Niedermayer a036ac5782 lavf: do not discard correct dts in favor of wrong pts for vc1-wmapro.ism 12 years ago
Michael Niedermayer 2e4b662787 mov: add av_dlog() to CTTS reading code like is already done in STTS. 12 years ago
Michael Niedermayer 7d23a65f0d asfdec: fix FRAME_HEADER_SIZE 12 years ago
Jordi Ortiz f5ce90f2de rtmp: split chunk_size var into in_chunk_size and out_chunk_size 12 years ago
Samuel Pitoiset a8103503b3 rtmp: Factorize the code by adding find_tracked_method 12 years ago