| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing header #includes. | Diego Biurrun | 2008-08-01 | 12 | -0/+14 |
* | downgrade mov negative ctts log message to warning, patch by Art Clarke, acla... | Art Clarke | 2008-07-31 | 1 | -1/+1 |
* | Only reset buffer state if seeking is successful; update seek reg ref. | Baptiste Coudurier | 2008-07-31 | 1 | -5/+4 |
* | check url_fseek return value | Baptiste Coudurier | 2008-07-31 | 1 | -2/+3 |
* | check url_fseek return value, update seek reg tests | Baptiste Coudurier | 2008-07-31 | 1 | -7/+9 |
* | skip flv video info / command frame packets, fix issue #546 | Baptiste Coudurier | 2008-07-31 | 1 | -0/+4 |
* | change assert test due to the new reducing of time_base in av_set_pts_info, f... | Baptiste Coudurier | 2008-07-30 | 1 | -2/+1 |
* | EA Demuxer: make rev2 flag optional | Peter Ross | 2008-07-30 | 1 | -0/+1 |
* | add a bunch of new xdcam hd422 fourccs | Baptiste Coudurier | 2008-07-30 | 1 | -0/+21 |
* | more hdv fourccs | Baptiste Coudurier | 2008-07-30 | 1 | -0/+3 |
* | update hdv fourcc descriptions | Baptiste Coudurier | 2008-07-30 | 1 | -4/+4 |
* | Fix a typo in sdp_write_header(): change "IPV4", which is not a valid | Stefano Sabatini | 2008-07-29 | 1 | -1/+1 |
* | Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. | Michael Niedermayer | 2008-07-27 | 1 | -1/+1 |
* | Improve long names for FFM muxer and demuxer: | Stefano Sabatini | 2008-07-27 | 2 | -2/+2 |
* | matroska: add support for A_QUICKTIME/QDM2 codec | Aurelien Jacobs | 2008-07-27 | 2 | -1/+2 |
* | matroska: add support for V_QUICKTIME track type | Aurelien Jacobs | 2008-07-27 | 2 | -3/+32 |
* | Detect IDR less H.264 correctly. | Michael Niedermayer | 2008-07-26 | 1 | -2/+3 |
* | Support 32-bit floating point audio samples in Sun AU demuxer | Peter Ross | 2008-07-26 | 1 | -0/+1 |
* | Fix handling of old nuv files where an aspect of 1 actually means 4/3 | Joakim Plate | 2008-07-25 | 1 | -0/+2 |
* | aspect stored in nuv files must be converted from display- to sample-aspect. | Joakim Plate | 2008-07-24 | 1 | -1/+1 |
* | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | Diego Biurrun | 2008-07-24 | 1 | -2/+2 |
* | Use tkhd matrix for proper display in mov. | John Schmiederer | 2008-07-24 | 1 | -5/+34 |
* | SMPTE 421M Annex L (aka .rcv) muxer | Kostya Shishkov | 2008-07-23 | 4 | -2/+98 |
* | add ogv extension | Baptiste Coudurier | 2008-07-19 | 1 | -1/+1 |
* | cosmetics, remove space | Baptiste Coudurier | 2008-07-19 | 1 | -1/+1 |
* | update swf video frame number when muxing done, fix #439 | Baptiste Coudurier | 2008-07-19 | 2 | -1/+4 |
* | Fix a mem leak in av_find_stream_info(). | Erik Hovland | 2008-07-18 | 1 | -1/+3 |
* | MPEGTS: Improve probe function | Måns Rullgård | 2008-07-18 | 1 | -2/+2 |
* | cosmetics, remove space | Baptiste Coudurier | 2008-07-18 | 1 | -1/+1 |
* | Return max score when ftyp atom is encountered. | Baptiste Coudurier | 2008-07-18 | 1 | -1/+1 |
* | Try to fix FATE after my time_base simplification change. | Michael Niedermayer | 2008-07-17 | 1 | -2/+4 |
* | cosmetics: Fix mxf codec long name. | Diego Biurrun | 2008-07-16 | 1 | -1/+1 |
* | OGG: Add padding at end of Vorbis headers | Siarhei Siamashka | 2008-07-15 | 1 | -1/+1 |
* | Make flic probe check a few more things. | Michael Niedermayer | 2008-07-14 | 1 | -0/+13 |
* | Move the codec_id overriding at a slightly better place. | Michael Niedermayer | 2008-07-14 | 1 | -5/+5 |
* | Remove common factors from timebase in av_set_pts_info(). | Michael Niedermayer | 2008-07-14 | 1 | -2/+6 |
* | gifdec.c was removed, purge its entry from the Makefile. | Diego Biurrun | 2008-07-14 | 1 | -1/+0 |
* | RTP: use dprintf(), allow compilation with -DDEBUG | Måns Rullgård | 2008-07-13 | 2 | -15/+5 |
* | ASF: use dprintf(), allow compilation with -DDEBUG | Måns Rullgård | 2008-07-13 | 1 | -11/+9 |
* | Remove gif demuxer, the code contains a gif decoder and lzw decoder neither | Michael Niedermayer | 2008-07-13 | 2 | -591/+1 |
* | Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which | Michael Niedermayer | 2008-07-12 | 1 | -1/+1 |
* | Remove old hackish codec probe system. | Michael Niedermayer | 2008-07-12 | 1 | -38/+0 |
* | Use strcmp() instead of strncmp() in set_codec_from_probe_data(). | Michael Niedermayer | 2008-07-12 | 1 | -2/+2 |
* | indent | Michael Niedermayer | 2008-07-12 | 1 | -5/+5 |
* | Only try to probe the codec when the available data has roughly doubled | Michael Niedermayer | 2008-07-12 | 1 | -0/+2 |
* | Add mpegvideo and H.264 to the codec probe. | Michael Niedermayer | 2008-07-12 | 1 | -0/+4 |
* | h264_probe() | Michael Niedermayer | 2008-07-12 | 1 | -1/+45 |
* | indent | Michael Niedermayer | 2008-07-12 | 1 | -16/+16 |
* | New codec probing system try #1. | Michael Niedermayer | 2008-07-12 | 3 | -2/+44 |
* | command_streams are type data not unknown. | Michael Niedermayer | 2008-07-12 | 1 | -1/+1 |