| Commit message (Expand) | Author | Age | Files | Lines |
* | movenc: remove uses of deprecated API. | Ronald S. Bultje | 2011-02-26 | 1 | -4/+4 |
* | store pasp atom for all types of quicktime movie | Maksym Veremeyenko | 2011-02-26 | 1 | -2/+1 |
* | reindent after tapt patch | Maksym Veremeyenko | 2011-02-26 | 1 | -5/+5 |
* | use tapt atom for sample aspect ratio | Maksym Veremeyenko | 2011-02-26 | 1 | -0/+35 |
* | bink: decode audio track identifiers into AVStream.id | Peter Ross | 2011-02-26 | 1 | -1/+2 |
* | bink: set audio stream codec_tag such that binkaudio decoder can identify bit... | Peter Ross | 2011-02-26 | 1 | -1/+1 |
* | avio: deprecate put_tag | Anton Khirnov | 2011-02-26 | 2 | -1/+3 |
* | lavf: replace remaining uses of put_tag with avio_write | Anton Khirnov | 2011-02-26 | 8 | -17/+20 |
* | avienc: replace &tag[0] with tag. | Anton Khirnov | 2011-02-26 | 1 | -7/+7 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-26 | 12 | -152/+166 |
* | lavf: update documentation of AVOutputFormat.flags | Anssi Hannula | 2011-02-24 | 1 | -1/+3 |
* | lavf: postpone removal of deprecated avio functions | Anton Khirnov | 2011-02-23 | 1 | -1/+1 |
* | lavf: postpone removal of public metadata conversion API | Anton Khirnov | 2011-02-23 | 4 | -3/+8 |
* | avienc: fix AVI stream index for files with >10 streams | longstone | 2011-02-23 | 2 | -2/+9 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 12 | -30/+51 |
* | libavformat: Remove FF_NETERRNO() | Martin Storsjö | 2011-02-23 | 7 | -24/+35 |
* | Add more AVC Intra FOURCCs | Benjamin Larsson | 2011-02-23 | 1 | -2/+4 |
* | mpegtsenc: use correct PES stream_id for AAC | Tony Strauss | 2011-02-22 | 1 | -1/+2 |
* | spdifenc.c: fix compile because of missing include avio_internal.h. | Ronald S. Bultje | 2011-02-22 | 1 | -0/+1 |
* | avio: make put_nbyte internal. | Anton Khirnov | 2011-02-22 | 4 | -3/+9 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-22 | 58 | -1749/+1784 |
* | avio: make get_partial_buffer internal. | Anton Khirnov | 2011-02-22 | 4 | -10/+16 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-22 | 107 | -1778/+1823 |
* | avio: rename av_alloc_put_byte -> avio_alloc_context for consistency | Anton Khirnov | 2011-02-22 | 5 | -5/+26 |
* | Update version and APIchanges. | Ronald S. Bultje | 2011-02-20 | 1 | -1/+1 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 14 | -25/+87 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 139 | -829/+833 |
* | MMS: also discover streams in extended stream properties object | Marton Balint | 2011-02-20 | 1 | -0/+28 |
* | lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes | Anton Khirnov | 2011-02-18 | 1 | -2/+2 |
* | Move find_info_tag to lavu and add av_ prefix to it | Anton Khirnov | 2011-02-18 | 7 | -59/+35 |
* | Replace remaining uses of parse_date with av_parse_time. | Anton Khirnov | 2011-02-18 | 1 | -2/+3 |
* | Deprecate parse_date() in favor of av_parse_time(). | Stefano Sabatini | 2011-02-18 | 5 | -252/+17 |
* | lavf: add av_ prefix to dump_format() | Anton Khirnov | 2011-02-18 | 5 | -6/+26 |
* | rtsp: udp_read_packet returning 0 doesn't mean success | Martin Storsjö | 2011-02-18 | 1 | -1/+1 |
* | spdifenc: set flag AVFMT_NOTIMESTAMPS | Anssi Hannula | 2011-02-18 | 1 | -0/+1 |
* | fix nsvdec.c compilation if DEBUG macro defined | Maksym Veremeyenko | 2011-02-16 | 1 | -1/+1 |
* | Fix av_find_best_stream when using a program | Balint Marton | 2011-02-16 | 1 | -1/+1 |
* | Document that av_write_header sets stream time_base to a value of it chosing. | Reimar Döffinger | 2011-02-16 | 1 | -1/+1 |
* | spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the latest patch | Janne Grunau | 2011-02-16 | 1 | -18/+9 |
* | os_support: fix poll() implementation | Max Shakhmetov | 2011-02-16 | 1 | -1/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 6 | -6/+6 |
* | fix nsvdec.c compilation if DEBUG defined | Maksym Veremeyenko | 2011-02-15 | 1 | -63/+48 |
* | mpegtsenc: whitespace cosmetics | Mans Rullgard | 2011-02-15 | 1 | -1/+1 |
* | mpegtsenc: set audio_type according to st->disposition | Anssi Hannula | 2011-02-15 | 1 | -0/+7 |
* | mpegts: set st->disposition according to ISO 639 language descriptor | Anssi Hannula | 2011-02-15 | 1 | -0/+5 |
* | lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag | Anssi Hannula | 2011-02-15 | 3 | -1/+4 |
* | Better threshold for the gcd based r_frame_rate calculation. | Michael Niedermayer | 2011-02-15 | 1 | -1/+1 |
* | mmst: fix reading uninitialized data for ping packets. | Ronald S. Bultje | 2011-02-14 | 1 | -2/+1 |
* | asfdec: fix build for big endian targets | Mans Rullgard | 2011-02-14 | 1 | -0/+1 |
* | wtv: ignore empty data_guid chunks | Peter Ross | 2011-02-14 | 1 | -1/+1 |