| Commit message (Expand) | Author | Age | Files | Lines |
* | fix AVStream documentation: clarify start_time, start_time and duration are a... | Baptiste Coudurier | 2007-04-28 | 1 | -4/+2 |
* | Support for newer MacOSX AIFF | Kostya Shishkov | 2007-04-27 | 1 | -0/+1 |
* | fix oss audio playback, broken since r7983, pass AVFormatContext filename to ... | Baptiste Coudurier | 2007-04-27 | 1 | -1/+1 |
* | Use correct CONFIG_RTP_MUXER ifdef | Alex Beregszaszi | 2007-04-27 | 1 | -1/+1 |
* | implement ff_socket_nonblock and use it in networking code | Alex Beregszaszi | 2007-04-27 | 3 | -2/+11 |
* | use ff_neterrno() and FF_NETERROR() for networking error handling | Alex Beregszaszi | 2007-04-27 | 4 | -9/+19 |
* | Make protocols configure selectable and also cleanup the CONFIG_NETWORK | Alex Beregszaszi | 2007-04-26 | 2 | -14/+18 |
* | Don't compile RTSP_DEMUXER if not requested | Alex Beregszaszi | 2007-04-26 | 1 | -0/+2 |
* | properly compile code for REDIR_DEMUXER | Alex Beregszaszi | 2007-04-26 | 2 | -1/+3 |
* | cosmetics: Remove trailing whitespace and tabs. | Diego Biurrun | 2007-04-26 | 1 | -5/+5 |
* | cosmetics: sort() | Diego Biurrun | 2007-04-26 | 1 | -5/+5 |
* | move resolve_host from tcp.c to os_support.c as it is used widely | Alex Beregszaszi | 2007-04-26 | 2 | -17/+20 |
* | cosmetics in resolve_host | Alex Beregszaszi | 2007-04-26 | 1 | -2/+2 |
* | remove unused rtsp_callback | Alex Beregszaszi | 2007-04-26 | 2 | -27/+0 |
* | proper dependency on mpegts_demuxer for rtp_muxer | Diego Biurrun | 2007-04-26 | 1 | -1/+1 |
* | remove no more true comment | Baptiste Coudurier | 2007-04-26 | 1 | -1/+0 |
* | cosmectics, use consistant and homogeneous type names for atoms | Baptiste Coudurier | 2007-04-26 | 3 | -18/+18 |
* | use dprintf with AVFormatContext and simplify | Baptiste Coudurier | 2007-04-26 | 1 | -24/+16 |
* | Fix reading PTSs and DTSs in libavformat, by reverting r8465. | Luca Abeni | 2007-04-26 | 1 | -4/+17 |
* | remove now obsolete and no more true comments | Baptiste Coudurier | 2007-04-26 | 1 | -8/+0 |
* | Support for seeking in TTA files. | David Conrad | 2007-04-25 | 1 | -0/+15 |
* | add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov | Baptiste Coudurier | 2007-04-25 | 1 | -0/+1 |
* | add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov | Baptiste Coudurier | 2007-04-25 | 1 | -0/+1 |
* | add rgb suffix to rawvideo muxer | Benoit Fouet | 2007-04-25 | 1 | -1/+1 |
* | more format abbreviations | Benoit Fouet | 2007-04-24 | 1 | -0/+24 |
* | correct comment about seek function | Baptiste Coudurier | 2007-04-24 | 1 | -1/+1 |
* | Remove unused code + variable, fixes a warning. | Diego Biurrun | 2007-04-24 | 1 | -4/+1 |
* | dont assert(0) due to buggy rm demuxer | Michael Niedermayer | 2007-04-22 | 1 | -0/+4 |
* | fix av_seek_frame_generic() so that it doesnt fail if the | Michael Niedermayer | 2007-04-22 | 1 | -1/+1 |
* | init packet before calling the demuxer | Michael Niedermayer | 2007-04-22 | 1 | -0/+3 |
* | Change from using a seek table internal to the TTA demuxer to using the stand... | David Conrad | 2007-04-22 | 1 | -37/+21 |
* | long -> int | Baptiste Coudurier | 2007-04-21 | 1 | -16/+16 |
* | cosmetics: mov_mp4 -> mp4 | Baptiste Coudurier | 2007-04-21 | 1 | -6/+6 |
* | clean and simplify esds reading function | Baptiste Coudurier | 2007-04-21 | 1 | -58/+12 |
* | remove broken ctab code | Baptiste Coudurier | 2007-04-21 | 1 | -38/+0 |
* | use INT64_MAX | Baptiste Coudurier | 2007-04-21 | 1 | -2/+2 |
* | remove possibly broken wince cruft | Alex Beregszaszi | 2007-04-20 | 2 | -10/+4 |
* | Atrac3 decoder. | Benjamin Larsson | 2007-04-17 | 2 | -3/+7 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 19 | -34/+40 |
* | Make the declaration of AVInputFormat ac3_demuxer conditional | Diego Biurrun | 2007-04-15 | 1 | -0/+2 |
* | Move AC3 header parsing code together with the rest of the AC3 parsing code. | Diego Biurrun | 2007-04-15 | 1 | -1/+1 |
* | timestamps generation improvement when parsing avi | Joakim Plate | 2007-04-13 | 3 | -5/+17 |
* | spelling | Diego Biurrun | 2007-04-12 | 1 | -1/+1 |
* | DVR-MS probe audio format | John Donaghy | 2007-04-12 | 2 | -1/+54 |
* | add D-10 PAL 40 audio essence container ul | Baptiste Coudurier | 2007-04-10 | 1 | -0/+1 |
* | add D-10 PAL 40 ul | Baptiste Coudurier | 2007-04-10 | 1 | -0/+1 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-04-10 | 1 | -1/+1 |
* | add support for seeking to a keyframe instead of a random frame | Aurelien Jacobs | 2007-04-09 | 1 | -0/+13 |
* | add an intermediate variable (prepare for next patch) | Aurelien Jacobs | 2007-04-09 | 1 | -1/+3 |
* | add support for seeking in matroska files | Aurelien Jacobs | 2007-04-09 | 1 | -0/+33 |