76 Commits (20b0d24c2f7ae86cebeb17399a2fea3a7e3d0f69)

Author SHA1 Message Date
maryam ebrahimzadeh 9ffa49496d avformat/adtsenc: return value check for init_get_bits in adts_decode_extradata 3 years ago
Anton Khirnov 239b7d2e40 lavf/adtsenc: avoid avcodec.h dependency 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt ef6a9e5e31 avutil/buffer: Switch AVBuffer API to size_t 4 years ago
Gyan Doshi b06082d1d5 avformat/dtsenc: reindent 4 years ago
Gyan Doshi 45fc214ebf avformat/adtsenc: clarify option help 4 years ago
Chris Ribble c9fed043f1 libavformat/adtsenc: Increase ADTS_MAX_FRAME_BYTES from 8k to 16k 4 years ago
James Almer e07126f54a avformat: use the buffer_size_t typedef where required 4 years ago
Marvin Scholz ff4cc8c654 adtsenc: Add ability to write MPEG2 ID 4 years ago
Andreas Rheinhardt c3cd6b765b avcodec, avformat: Remove unnecessary initializations of side data size 4 years ago
James Almer 35bbaa6652 avformat: use avpriv_mpeg4audio_get_config2() 5 years ago
Gyan Doshi 96f94624e0 avformat/adtsenc: allow only AAC streams 7 years ago
James Almer 02dba49dd3 avformat/adtsenc: add adts_init() 7 years ago
James Almer 210388a197 avcodec/adtsenc: check packet side data for AAC extradata updates 8 years ago
Anton Khirnov 831018b0bb mpeg4audio: Make avpriv_copy_pce_data() inline 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Michael Niedermayer d902a3f4cb avformat/adtsenc: buf isnt changed in adts_decode_extradata(), make it const 10 years ago
Nidhi Makhijani 13c90bc9a3 adts: Return more meaningful error codes 10 years ago
Dale Curtis 42f3bc4072 avformat/adtsenc: Optionally enable ID3 in ADTS. 10 years ago
Anton Khirnov f792d3cbb8 lavf: add the notimestamps flag to the muxers missing it 11 years ago
James Almer c994b42830 lavf/adtsenc: Add support for APE tags 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
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Jindrich Makovicka 485d3ea064 adtsenc: Don't expose the muxer internals to the rest of lavf 13 years ago
Janne Grunau fd095539d1 latmdec: fix audio specific config parsing 13 years ago
Alex Converse ac47e014bb adtsenc: Check frame size. 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Alex Converse 7f01a4192c adts: Fix PCE copying. 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 e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Alex Converse cfde3a7e13 Cosmetics: whitespace 15 years ago
Alex Converse 5935f9d6bd Allow remuxing of explicitly signalled AAC files into ADTS. 15 years ago
Baptiste Coudurier 8fdd542ce4 In mpegts muxer, write adts header if aac bitstream does not contain it 15 years ago
Alex Converse ad92558754 Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). 16 years ago
Alex Converse 70f99f8dd2 Do not include libavcodec/internal.h in the ADTS muxer. 16 years ago
Alex Converse 007c47e8b9 Add the .adts file extension to the ADTS muxer. 16 years ago
Alex Converse 97d4318347 Add PCE support to the ADTS muxer. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago