| Commit message (Expand) | Author | Age | Files | Lines |
* | FLV 8-bit PCM is unsigned, not signed | Daniel Verkamp | 2009-12-14 | 2 | -5/+5 |
* | Make sure the Metadata: header is not printed if the only metadata will not | Michael Niedermayer | 2009-12-13 | 1 | -1/+1 |
* | Move dump_metadata() to where it is in ffmbc, looks better. | Michael Niedermayer | 2009-12-13 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2009-12-13 | 1 | -1/+1 |
* | Skip dumping language twice. | Michael Niedermayer | 2009-12-13 | 1 | -0/+1 |
* | dump metadata for AVStreams & AVPrograms too. | Michael Niedermayer | 2009-12-13 | 1 | -0/+2 |
* | Factorize dump_metadata() out. | Michael Niedermayer | 2009-12-13 | 1 | -7/+13 |
* | Try to simplify av_estimate_timings_from_pts() like in ffmbc. | Michael Niedermayer | 2009-12-13 | 1 | -33/+10 |
* | Correct truncated ID3v1 genre name. | Alexander Strange | 2009-12-13 | 1 | -1/+1 |
* | Debug av_log() about stream probing from ffmbc. | Michael Niedermayer | 2009-12-13 | 1 | -1/+2 |
* | Add CODEC_ID_DNXHD into the 25 fps case. | Michael Niedermayer | 2009-12-13 | 1 | -0/+1 |
* | Simplify code by using av_metadata_set2(). | Michael Niedermayer | 2009-12-13 | 1 | -5/+3 |
* | More entries for ff_id3v2_metadata_conv from ffmbc. | Michael Niedermayer | 2009-12-13 | 1 | -0/+6 |
* | s/author/artist/ for ID3 | Michael Niedermayer | 2009-12-13 | 2 | -2/+2 |
* | More ID3v1 genres from ffmbc. | Michael Niedermayer | 2009-12-13 | 2 | -1/+23 |
* | Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped | Michael Niedermayer | 2009-12-13 | 9 | -70/+91 |
* | Add flags to prevent strdup() on arguments to av_metadata_set2(). | Michael Niedermayer | 2009-12-13 | 2 | -2/+27 |
* | Get rid of useless casts. | Michael Niedermayer | 2009-12-13 | 1 | -2/+2 |
* | Print extradata in case of failure. I had this in my local tree and it | Michael Niedermayer | 2009-12-13 | 1 | -1/+3 |
* | APIChanges & minor bump due to avg_frame_rate addition. | Michael Niedermayer | 2009-12-13 | 1 | -1/+1 |
* | Add avg_frame_rate. | Michael Niedermayer | 2009-12-13 | 2 | -0/+11 |
* | Use constant CODEC_ID_NONE instead of 0 where appropriate. | Carl Eugen Hoyos | 2009-12-13 | 1 | -1/+1 |
* | Remove commented out code. | Michael Niedermayer | 2009-12-13 | 1 | -15/+1 |
* | Factor out extradata reading code. | Kostya Shishkov | 2009-12-13 | 1 | -17/+22 |
* | RM audio stream version should be 16-bit followed by header size or reserved | Kostya Shishkov | 2009-12-13 | 1 | -9/+11 |
* | Make RM demuxer look more like proper demuxer by introducing codec tags | Kostya Shishkov | 2009-12-13 | 1 | -13/+35 |
* | Factor out variable declaration | Kostya Shishkov | 2009-12-13 | 1 | -2/+1 |
* | Fix PTS for OGM codecs. | David Conrad | 2009-12-12 | 4 | -14/+45 |
* | Reset pts_buffers in av_read_frame_flush(). | John Stebbins | 2009-12-12 | 1 | -1/+4 |
* | Dump RTMP packet contents in debug mode | Kostya Shishkov | 2009-12-11 | 3 | -0/+124 |
* | 5l trocadero: don't forget to free packet in gen_connect() | Martin Storsjö | 2009-12-11 | 1 | -0/+1 |
* | Do not try to interact with RTMP server after "stop" command was received. | Martin Storsjö | 2009-12-11 | 1 | -0/+10 |
* | (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. | Carl Eugen Hoyos | 2009-12-10 | 1 | -0/+1 |
* | Support Etymonix MPEG-2 video codec, fixes issue 1603. | Carl Eugen Hoyos | 2009-12-10 | 1 | -0/+1 |
* | add dvcs to dvvideo, fixes issue 1604 | Ben Littler | 2009-12-09 | 1 | -0/+1 |
* | Support AVI1 and AVI2 in avi as MJPEG. | Carl Eugen Hoyos | 2009-12-08 | 1 | -0/+2 |
* | Raise threshold of h263 probe by 1 to avoid misdetection. | Michael Niedermayer | 2009-12-08 | 1 | -1/+2 |
* | Add out commented av_log to debug h263_probe. | Michael Niedermayer | 2009-12-08 | 1 | -0/+1 |
* | Also print the number of invalid packets in the debug output. | Michael Niedermayer | 2009-12-08 | 1 | -1/+1 |
* | Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ... | Michael Niedermayer | 2009-12-08 | 1 | -1/+1 |
* | AU : demuxed packet size should be sample size aligned. | Jai Menon | 2009-12-07 | 1 | -2/+4 |
* | cosmetics: insert space between codeword and left parenthesis | Kostya Shishkov | 2009-12-06 | 1 | -3/+3 |
* | Do not send invokes to RTMP server if we are not connected to it. | Sergiy | 2009-12-06 | 1 | -2/+4 |
* | Calls to url_fseek should have their return value checked in | Sean Soria | 2009-12-06 | 1 | -1/+3 |
* | cosmetics: reindent after last commit | Kostya Shishkov | 2009-12-04 | 1 | -78/+78 |
* | Implement RTMP output (publishing FLV stream to RTMP server). | Sergiy | 2009-12-04 | 2 | -14/+242 |
* | Compress headers for output RTMP packets. | Sergiy | 2009-12-04 | 1 | -1/+25 |
* | Remove duplicating variable | Kostya Shishkov | 2009-12-03 | 1 | -1/+0 |
* | 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it | Kostya Shishkov | 2009-12-03 | 1 | -1/+1 |
* | Send connect() and createStream() in RTMP system channel, not video channel. | Sergiy | 2009-12-03 | 1 | -2/+2 |