| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | asfdec: split reading stream properties out of asf_read_header() | Anton Khirnov | 2011-02-14 | 1 | -176/+186 |
* | mmst: print packet type with error status code message | Francesco Cosoleto | 2011-02-14 | 1 | -1/+1 |
* | lavf: print stream disposition in dump_stream_format | Anssi Hannula | 2011-02-14 | 1 | -0/+18 |
* | spdifenc: fix byte order on big-endian systems | Anssi Hannula | 2011-02-14 | 1 | -6/+20 |
* | spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI | Anssi Hannula | 2011-02-14 | 2 | -1/+149 |
* | movenc: Force first sample as SYNC | Takashi Mochizuki | 2011-02-14 | 1 | -1/+2 |
* | rtsp/rdt: Assign the RTSPStream index to AVStream->id | Martin Storsjö | 2011-02-13 | 3 | -11/+5 |
* | lavf: deprecate AVFormatContext.index_built | Anton Khirnov | 2011-02-13 | 2 | -1/+6 |
* | asfdec: deobfuscate reading video properties size | Anton Khirnov | 2011-02-11 | 1 | -5/+4 |
* | asfdec: split asf_read_header() | Anton Khirnov | 2011-02-11 | 1 | -151/+214 |
* | wtv: mark streams intended for hearing or visual impaired persons | Peter Ross | 2011-02-11 | 1 | -1/+18 |
* | make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIRED | Peter Ross | 2011-02-11 | 1 | -0/+2 |
* | add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED | Peter Ross | 2011-02-11 | 2 | -1/+3 |
* | Remove final semicolon from some macros | Mans Rullgard | 2011-02-11 | 3 | -3/+3 |
* | mov: remove stray semicolon | Mans Rullgard | 2011-02-11 | 1 | -1/+1 |
* | asfdec: skip the stream bitrate list | Anton Khirnov | 2011-02-11 | 1 | -15/+0 |
* | asfdec: use an ASFContext array for storing stream bitrates | Anton Khirnov | 2011-02-11 | 1 | -5/+2 |
* | asfdec: move DAR list to ASFContext | Anton Khirnov | 2011-02-11 | 1 | -10/+9 |
* | udp: Enable address reuse by default for multicast | David Fries | 2011-02-11 | 1 | -2/+15 |
* | asfdec: remove some write-only values from the context | Anton Khirnov | 2011-02-11 | 1 | -4/+1 |
* | asf: split ASFContext into muxer and demuxer parts. | Anton Khirnov | 2011-02-11 | 3 | -58/+66 |
* | mpegts: remove unused macro MAX_SCAN_PACKETS | Vladimir Pantelic | 2011-02-11 | 1 | -3/+0 |
* | Frame-based multithreading framework using pthreads | Alexander Strange | 2011-02-11 | 1 | -0/+6 |
* | asf: make ff_guidcmp inline and move it to asf.h | Anton Khirnov | 2011-02-11 | 2 | -6/+6 |
* | lavf: rename ff_probe_input_buffer to make it public | Anssi Hannula | 2011-02-09 | 4 | -22/+22 |
* | lavf: simplify pb parameter of ff_probe_input_buffer | Anssi Hannula | 2011-02-09 | 2 | -5/+5 |
* | lavf: update ff_probe_input_buffer documentation | Anssi Hannula | 2011-02-09 | 1 | -1/+1 |
* | oggdec: Fix incorrect assumption about header/data interleaving | Reimar Döffinger | 2011-02-09 | 1 | -7/+7 |