106 Commits (92c40ef882be115e72d2aa02f9032b7ce88f8537)

Author SHA1 Message Date
Andreas Rheinhardt b5985ce44d avformat/amr: Don't reimplement ff_raw_write_packet() 5 years ago
John Rummell 5b967f56b6 libavformat/amr.c: Check return value from avio_read() 5 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Marton Balint 4bf90e095b avformat: remove avio_flush() calls from the end of write_header functions 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos 7becc70375 lavf/amr: Fix heuristic to avoid detection of repeated bytes. 6 years ago
Carl Eugen Hoyos 40b7e60718 lavf/amr: Make the heuristic for auto-detection even stricter. 6 years ago
Carl Eugen Hoyos 233f52fd25 lavf/amr: Stricter heuristic for auto-detection. 7 years ago
Carl Eugen Hoyos 0a60cc909e lavf/amr: Do not set codec_tag for raw amr_nb and raw amr_wb. 7 years ago
Carl Eugen Hoyos e06bdc3c37 lavf/amr: Add amrnb and amrwb demuxers. 7 years ago
Carl Eugen Hoyos 76dd87c929 lavf/amr: Return AVERROR_EOF on EOF. 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Anton Khirnov f792d3cbb8 lavf: add the notimestamps flag to the muxers missing it 11 years ago
Carl Eugen Hoyos c43222f436 Improve amr bitrate calculation for VBR files. 11 years ago
Carl Eugen Hoyos cf79f20275 Fix a typo in amr.c. 11 years ago
Carl Eugen Hoyos 2a3ff9fbba Remove an unneeded include of avassert.h from amr.c. 11 years ago
Carl Eugen Hoyos d87ff55502 Remove an incorrect and unneeded assert in the amr demuxer. 11 years ago
Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 11 years ago
Clément Bœsch 8de9bb6e5e lavf: remove some flushing in write_packet muxers callbacks. 12 years ago
Justin Ruggles 5595368bcc amr: set channel_layout 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Martin Storsjö eb3918c1fd amr: Mark an array const 13 years ago
Martin Storsjö 634e874de5 amr: More space cleanup 13 years ago
Martin Storsjö 5f26d4d448 amr: Cosmetic cleanup 13 years ago
Michael Niedermayer 17bbb818ae amr: use av_assert() 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Justin Ruggles ec2e767bf3 amr demuxer: do not set AVCodecContext.frame_size. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Diego Biurrun c88ebdb42c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Martin Storsjö af79dd36f3 amr: Set the AVFMT_GENERIC_INDEX flag 14 years ago
Martin Storsjö 026fa81de4 amr: Set the pkt->pos field properly to the start of the packet 14 years ago
Martin Storsjö 2890cba8b5 amr: Set the codec->bit_rate field based on the last packet 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a1b7979261 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov bbc413f943 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago