| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Support demuxing teletext in DVB streams. | Francesco Lavra | 2009-10-29 | 1 | -0/+8 |
* | add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi | Ben Littler | 2009-10-27 | 1 | -0/+1 |
* | add some raw codec fourccs, fixes: | Ben Littler | 2009-10-27 | 1 | -0/+7 |
* | rtsp_close_streams frees the auth_b64 line already | Luca Barbato | 2009-10-25 | 1 | -1/+0 |
* | Support 3xx redirection in rtsp | Luca Barbato | 2009-10-25 | 2 | -1/+15 |
* | compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at g... | haim alon | 2009-10-24 | 1 | -0/+3 |
* | Just remove params understood by the demuxer | Luca Barbato | 2009-10-24 | 1 | -10/+12 |
* | Suppress ?params in the rtsp uri | Luca Barbato | 2009-10-24 | 1 | -0/+5 |
* | Use sdp c= line if the rtsp Transport line doesn't have a destination | Luca Barbato | 2009-10-24 | 1 | -5/+12 |
* | Remove ancient redir demuxer. | Diego Biurrun | 2009-10-24 | 3 | -68/+0 |
* | Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. | Michael Niedermayer | 2009-10-22 | 1 | -3/+3 |
* | Support non interleaved avi files that have 0<size<sample_size. | Michael Niedermayer | 2009-10-22 | 1 | -17/+13 |
* | Fixes detection and error reporting of non-existing files in img2.c. | Samuli Valo | 2009-10-22 | 1 | -2/+4 |
* | Add comment on #endif about condition that triggers it. | Ramiro Polla | 2009-10-21 | 1 | -1/+1 |
* | Seek function for TMV | Daniel Verkamp | 2009-10-20 | 1 | -0/+21 |
* | Parenthesize correctly in TMV probe | Daniel Verkamp | 2009-10-20 | 1 | -1/+2 |
* | Improve sofdec dectection to avoid false positives for MP2. | tralph11@yahoo.com | 2009-10-20 | 1 | -0/+2 |
* | Make url_resetbuf() assert on wrong flags passed and make it static on next | Benoit Fouet | 2009-10-20 | 2 | -0/+13 |
* | Move function that is only used by the MP3 muxer below the corresponding #if. | Diego Biurrun | 2009-10-19 | 2 | -36/+37 |
* | Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. | Diego Biurrun | 2009-10-19 | 1 | -0/+1 |
* | The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency. | Diego Biurrun | 2009-10-19 | 1 | -2/+2 |
* | Remove some duplicate object dependencies for the RTSP demuxer. | Diego Biurrun | 2009-10-19 | 1 | -4/+1 |
* | Add missing rdt.o dependency for SDP demuxer. | Diego Biurrun | 2009-10-19 | 1 | -0/+1 |
* | check stream index validity in av_program_add_stream_index | Baptiste Coudurier | 2009-10-19 | 1 | -0/+5 |
* | request mp3 frame_size to be set in has_codec_parameters, fix issue #1314 | Baptiste Coudurier | 2009-10-19 | 1 | -0/+1 |
* | reindent after commit | Baptiste Coudurier | 2009-10-19 | 1 | -2/+2 |
* | In dump_format, print streams not associated with any program. | Baptiste Coudurier | 2009-10-19 | 1 | -6/+15 |
* | Fix wrong comparison in r20304 | Reynaldo H. Verdejo Pinochet | 2009-10-19 | 1 | -1/+1 |
* | If missing, calculate width or height from bpp and | Reynaldo H. Verdejo Pinochet | 2009-10-18 | 1 | -0/+20 |
* | fix indentation | Baptiste Coudurier | 2009-10-18 | 1 | -7/+7 |
* | Support FourCC mjpa as MJPEG. | Carl Eugen Hoyos | 2009-10-18 | 1 | -0/+1 |
* | mux all stream types except audio as one pes packet per avpacket, issue #1374 | Baptiste Coudurier | 2009-10-18 | 1 | -2/+1 |
* | fix indentation and add braces | Baptiste Coudurier | 2009-10-18 | 1 | -3/+4 |
* | handle_packets takes number of packets as arg, avoid reading too much | Baptiste Coudurier | 2009-10-18 | 1 | -1/+1 |
* | Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t | Baptiste Coudurier | 2009-10-18 | 1 | -9/+11 |
* | Smarten mtv's probe a bit. Check for non zero | Reynaldo H. Verdejo Pinochet | 2009-10-18 | 1 | -0/+5 |
* | remove old and useless debug code | Aurelien Jacobs | 2009-10-18 | 1 | -12/+0 |
* | Read metadata in WavPack files. | Anton Khirnov | 2009-10-18 | 1 | -0/+11 |
* | matroskaenc: Add support for writing chapters. | Anton Khirnov | 2009-10-18 | 1 | -0/+47 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2009-10-18 | 1 | -7/+27 |
* | Support more than 64 channels in RTMP input | Kostya Shishkov | 2009-10-18 | 2 | -1/+7 |
* | Accept RTMP packets with one-byte header | Kostya Shishkov | 2009-10-18 | 1 | -2/+1 |
* | Last parameter in RTMP "play" call was optional and some servers seem not to | Kostya Shishkov | 2009-10-18 | 1 | -2/+1 |
* | Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment | Justin Ruggles | 2009-10-17 | 1 | -3/+0 |
* | Avoid segfault for empty input files | Vitor Sessak | 2009-10-17 | 1 | -0/+6 |
* | Remove extraneous const keyword | Måns Rullgård | 2009-10-17 | 1 | -1/+1 |
* | Emit the SDP lines in the correct order | Luca Abeni | 2009-10-17 | 1 | -4/+4 |