| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics: whitespace | Alex Converse | 2010-07-07 | 1 | -3/+3 |
* | Allow remuxing of explicitly signalled AAC files into ADTS. | Alex Converse | 2010-07-01 | 1 | -7/+10 |
* | In mpegts muxer, write adts header if aac bitstream does not contain it | Baptiste Coudurier | 2010-03-09 | 1 | -25/+15 |
* | Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). | Alex Converse | 2009-06-29 | 1 | -1/+2 |
* | Do not include libavcodec/internal.h in the ADTS muxer. | Alex Converse | 2009-06-12 | 1 | -2/+1 |
* | Add the .adts file extension to the ADTS muxer. | Alex Converse | 2009-06-03 | 1 | -1/+1 |
* | Add PCE support to the ADTS muxer. | Alex Converse | 2009-05-13 | 1 | -5/+16 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | ADTS: Increased protection against writing illegal/nonsense files. | Alex Converse | 2009-03-06 | 1 | -1/+13 |
* | Add libavcodec/internal.h include to avoid warning: implicit declaration of | Patrik Kullman | 2009-02-13 | 1 | -0/+1 |
* | Report the illegal audio object type, not it offset by 1. | Alex Converse | 2009-02-13 | 1 | -1/+1 |
* | ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header | Alex Converse | 2009-02-12 | 1 | -3/+17 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -2/+2 |
* | update my email address | Måns Rullgård | 2007-07-05 | 1 | -1/+1 |
* | remove empty write trailer functions | Vitor Sessak | 2007-06-27 | 1 | -6/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | skip 0byte packets | Baptiste Coudurier | 2006-03-27 | 1 | -0/+2 |
* | flush packets | Baptiste Coudurier | 2006-03-27 | 1 | -0/+1 |
* | ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced | Luca Abeni | 2006-02-17 | 1 | -4/+0 |
* | generate adts frame headers if required | Måns Rullgård | 2006-02-10 | 1 | -0/+128 |