| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo. | Jai Menon | 2009-11-27 | 1 | -1/+1 |
* | 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. | Reimar Döffinger | 2009-11-26 | 1 | -1/+0 |
* | Update ffserver to include all basic x264 parameters in .ffm files. | Jason Garrett-Glaser | 2009-11-24 | 2 | -0/+26 |
* | Determine VOC block length when length field is zero, fixes issue1538. | Peter Ross | 2009-11-24 | 2 | -1/+6 |
* | MOV: cprt is another tag used for copyright | David Conrad | 2009-11-23 | 1 | -0/+1 |
* | MOV: Add several iTunes metadata tags | David Conrad | 2009-11-23 | 2 | -0/+10 |
* | MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) | David Conrad | 2009-11-23 | 1 | -1/+1 |
* | set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration | Baptiste Coudurier | 2009-11-22 | 1 | -0/+3 |
* | Add MP4 object type for ALS. | Justin Ruggles | 2009-11-22 | 1 | -0/+1 |
* | When searching for AMF object field value, try to find that object first | Kostya Shishkov | 2009-11-22 | 1 | -2/+7 |
* | Print error when RTMP protocol can't open connection | Kostya Shishkov | 2009-11-22 | 1 | -1/+3 |
* | Pass only useful FLV metadata from RTMP stream | Kostya Shishkov | 2009-11-22 | 1 | -1/+1 |
* | Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an | Justin Ruggles | 2009-11-22 | 1 | -1/+1 |
* | Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. | Reimar Döffinger | 2009-11-20 | 1 | -4/+3 |
* | FLV muxer support for Flash screen codec v2 | Daniel Verkamp | 2009-11-20 | 1 | -0/+1 |
* | Add codec id for Flash screen codec v2 and hook it up in FLV demuxer | Daniel Verkamp | 2009-11-20 | 1 | -0/+1 |
* | use AVFormatContext in dprintf | Baptiste Coudurier | 2009-11-19 | 1 | -5/+5 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 2 | -0/+21 |
* | Search relative path according to alias record when opening mov reference files. | Baptiste Coudurier | 2009-11-15 | 2 | -10/+92 |
* | Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer | Luca Abeni | 2009-11-13 | 1 | -3/+5 |
* | Split overly long line in doxy. | Stefano Sabatini | 2009-11-12 | 1 | -1/+4 |
* | Split the sdp_read_packet() function out of rtsp_read_packet(). | Luca Abeni | 2009-11-12 | 1 | -52/+63 |
* | Move some some functions around, so that splitting the SDP code out of | Luca Abeni | 2009-11-12 | 1 | -161/+162 |
* | Debug print MP4 objectTypeIndication in hex not decimal as values are listed in | Alex Converse | 2009-11-12 | 1 | -1/+1 |
* | Add '#undef fprintf' before PRINT macro that uses fprintf. | Diego Biurrun | 2009-11-11 | 1 | -0/+2 |
* | Add a channels field to MPEG4AudioConfig. | Alex Converse | 2009-11-11 | 2 | -6/+2 |
* | Increase default value for max_analyze_duration, fixes issue 1506, a regression. | Carl Eugen Hoyos | 2009-11-09 | 1 | -1/+1 |
* | Use enum instead of integer types where appropriate. | Carl Eugen Hoyos | 2009-11-08 | 2 | -2/+2 |
* | Use CODEC_ID_NONE instead of 0 for enum CodecID. | Carl Eugen Hoyos | 2009-11-08 | 2 | -2/+2 |
* | move code to avoid forward declaration | Baptiste Coudurier | 2009-11-08 | 1 | -240/+238 |
* | Let pmt override stream info when encoutered later in the ts file. | Baptiste Coudurier | 2009-11-08 | 1 | -32/+23 |
* | Support some LATM AAC streams (they can be decoded with MPlayer). | Carl Eugen Hoyos | 2009-11-07 | 1 | -0/+1 |
* | Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. | Justin Ruggles | 2009-11-07 | 2 | -2/+0 |
* | change \0xa9enc tag metadata name to encoder to match id3v2 | Baptiste Coudurier | 2009-11-06 | 1 | -1/+1 |
* | 10l: WavPack demuxer forgot to seek back to initial position after block | Kostya Shishkov | 2009-11-06 | 1 | -0/+1 |
* | Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam | Gordon Irlam | 2009-11-05 | 1 | -1/+1 |
* | 10l, typo | Baptiste Coudurier | 2009-11-05 | 1 | -1/+1 |
* | If custom sampling rate is set in WavPack file, parse first block to find | Kostya Shishkov | 2009-11-05 | 1 | -4/+25 |
* | Initialize block_parsed before reading first block header in WavPack demuxer, | Kostya Shishkov | 2009-11-05 | 1 | -1/+1 |
* | do not redundantly set stream nb_frames, it's already set in read_stts | Baptiste Coudurier | 2009-11-05 | 1 | -1/+0 |
* | compute dts shift with ctts value, cslg atom might be missing, fix #419 | Baptiste Coudurier | 2009-11-05 | 1 | -24/+5 |
* | check that duration is set to avoid fpe | Baptiste Coudurier | 2009-11-05 | 1 | -1/+2 |
* | warn if stream timescale is not set and set it to 1 to avoid FPE | Baptiste Coudurier | 2009-11-05 | 1 | -1/+5 |
* | Corrects two typos | Reynaldo H. Verdejo Pinochet | 2009-11-05 | 1 | -2/+2 |
* | Decrement probe score at unsuported bpp | Reynaldo H. Verdejo Pinochet | 2009-11-05 | 1 | -0/+3 |
* | fix \0xa9wrt metadata, to composer, fix issue #1501 | Baptiste Coudurier | 2009-11-05 | 1 | -2/+2 |
* | add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov | Andrew Wason | 2009-11-03 | 1 | -0/+1 |
* | map VYUY fourcc to rawcodec | Ben Littler | 2009-11-02 | 1 | -0/+1 |
* | Set the sample format for Smacker audio in the decoder rather than in the | Justin Ruggles | 2009-11-01 | 1 | -1/+0 |
* | print packet duration when debugging timestamps | Baptiste Coudurier | 2009-10-30 | 1 | -2/+4 |