index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
adtsenc.c
Age
Commit message (
Expand
)
Author
2011-07-17
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-06
adts: Fix PCE copying.
Alex Converse
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-02-21
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-07-07
Cosmetics: whitespace
Alex Converse
2010-07-01
Allow remuxing of explicitly signalled AAC files into ADTS.
Alex Converse
2010-03-09
In mpegts muxer, write adts header if aac bitstream does not contain it
Baptiste Coudurier
2009-06-29
Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).
Alex Converse
2009-06-12
Do not include libavcodec/internal.h in the ADTS muxer.
Alex Converse
2009-06-03
Add the .adts file extension to the ADTS muxer.
Alex Converse
2009-05-13
Add PCE support to the ADTS muxer.
Alex Converse
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-12
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-03-06
ADTS: Increased protection against writing illegal/nonsense files.
Alex Converse
2009-02-13
Add libavcodec/internal.h include to avoid warning: implicit declaration of
Patrik Kullman
2009-02-13
Report the illegal audio object type, not it offset by 1.
Alex Converse
2009-02-12
ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header
Alex Converse
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-07-05
update my email address
Måns Rullgård
2007-06-27
remove empty write trailer functions
Vitor Sessak
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-03-27
skip 0byte packets
Baptiste Coudurier
2006-03-27
flush packets
Baptiste Coudurier
2006-02-17
ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced
Luca Abeni
2006-02-10
generate adts frame headers if required
Måns Rullgård