| Commit message (Expand) | Author | Age | Files | Lines |
* | change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d... | Alex Beregszaszi | 2007-02-22 | 3 | -3/+2 |
* | codec_tag settable via VideoTag, and transmit codec_tag in ffm | Alex Beregszaszi | 2007-02-22 | 1 | -0/+2 |
* | Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. | Marc Hoffman | 2007-02-22 | 1 | -0/+1 |
* | cosmetics: fix usefuLL --> usefuL typo | Diego Biurrun | 2007-02-22 | 1 | -1/+1 |
* | Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate | Ryan Martell | 2007-02-20 | 2 | -0/+20 |
* | warn if bps from user and what will be stored missmatches | Michael Niedermayer | 2007-02-20 | 1 | -0/+3 |
* | try to fill in missing bits_per_sample | Michael Niedermayer | 2007-02-20 | 1 | -0/+3 |
* | Remove code duplicated between adpcm.c and riff.c | Michel Bardiaux | 2007-02-20 | 1 | -1/+1 |
* | Add support for MS-GSM codec | Michel Bardiaux | 2007-02-20 | 1 | -2/+7 |
* | spit an error message in case of invalid chunk | Alex Beregszaszi | 2007-02-18 | 1 | -1/+3 |
* | not checking error return, resulting double free | Michael Niedermayer | 2007-02-17 | 1 | -2/+4 |
* | Make sure we don't try to emulate poll() when it's there if --disable-ffserve... | François Revol | 2007-02-15 | 2 | -2/+4 |
* | MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol... | François Revol | 2007-02-15 | 2 | -6/+7 |
* | poll() emulation for BeOS, and maybe MinGW. | François Revol | 2007-02-15 | 2 | -0/+94 |
* | rename video4linux[2] variables to v4l[2], consistent with --disable options | Måns Rullgård | 2007-02-14 | 1 | -1/+1 |
* | implement new grabbing interface, as described here: | Ramiro Polla | 2007-02-14 | 9 | -50/+15 |
* | fix dts adjusting | Baptiste Coudurier | 2007-02-14 | 1 | -9/+8 |
* | Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer | Luca Abeni | 2007-02-14 | 1 | -13/+49 |
* | 100l | Baptiste Coudurier | 2007-02-14 | 1 | -1/+1 |
* | indentation | Baptiste Coudurier | 2007-02-14 | 1 | -6/+6 |
* | use aiff when we can, some players only support aiff | Baptiste Coudurier | 2007-02-14 | 1 | -2/+10 |
* | Remove unused file. | Diego Biurrun | 2007-02-14 | 1 | -460/+0 |
* | Ogg is not Vorbis. | Diego Biurrun | 2007-02-13 | 2 | -4/+4 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 25 | -81/+64 |
* | Move base64.[ch] to libavutil. | Carl Eugen Hoyos | 2007-02-13 | 3 | -256/+1 |
* | support yet another broken avi (filedoesitbetter.avi) which has a wrong strea... | Michael Niedermayer | 2007-02-13 | 1 | -26/+20 |
* | always use audio spread (instead of "video no spread" for audio ...) | Michael Niedermayer | 2007-02-12 | 1 | -19/+12 |
* | increaseing preroll time to the minimum of the asf files i have | Michael Niedermayer | 2007-02-12 | 1 | -1/+1 |
* | dont set the keyframe flag for audio as microshitty doesnt do it and some thi... | Michael Niedermayer | 2007-02-12 | 1 | -2/+6 |
* | Add FACT chunk for non-PCM wav formats | Michel Bardiaux | 2007-02-12 | 1 | -1/+32 |
* | Pass a proper context to av_log() | Luca Abeni | 2007-02-12 | 1 | -33/+38 |
* | mxf aes decryption support, patch by Reimar, simplified to only look for firs... | Reimar Döffinger | 2007-02-11 | 1 | -5/+107 |
* | add key field to AVFormatContext for de/encryption support, patch by Reimar | Reimar Döffinger | 2007-02-11 | 1 | -2/+5 |
* | #include detected soundcard.h instead of testing for OpenBSD | Måns Rullgård | 2007-02-10 | 1 | -1/+1 |
* | use dvr-ms timestamps | Michael Niedermayer | 2007-02-10 | 2 | -2/+16 |
* | fix broken memset(padding, 0) code | Michael Niedermayer | 2007-02-09 | 1 | -6/+10 |
* | demux VC1 in mpegts | Nico Sabbi | 2007-02-09 | 2 | -1/+7 |
* | Raw VC-1 demuxer | Kostya Shishkov | 2007-02-09 | 3 | -0/+14 |
* | Remove obsolete imgformat1 leftovers. | Diego Biurrun | 2007-02-09 | 3 | -801/+0 |
* | Remove commented-out NUT muxer entry, can be added once we have a native muxer. | Diego Biurrun | 2007-02-09 | 1 | -1/+0 |
* | cosmetics: Reorder NUT entries. | Diego Biurrun | 2007-02-09 | 1 | -6/+6 |
* | Properly separate native and libnut NUT (de)muxers. | Diego Biurrun | 2007-02-09 | 4 | -9/+9 |
* | add read_probe function to raw ac3 demuxer | Justin Ruggles | 2007-02-08 | 1 | -1/+17 |
* | Use av_set_pts_info and set some arbitrary timebase fallback | Reimar Döffinger | 2007-02-08 | 1 | -6/+3 |
* | remove senseless and wrong direct access to ByteIOContext internals | Michael Niedermayer | 2007-02-07 | 1 | -2/+2 |
* | set pts_wrap_bits to 32 since timestamps in packets are 32 bit | Reimar Döffinger | 2007-02-07 | 1 | -0/+1 |
* | iam pretty sure send time is dts and not pts ... | Michael Niedermayer | 2007-02-07 | 2 | -12/+3 |
* | 10l, forgot to skip payload description in UMF packet parsing | Reimar Döffinger | 2007-02-07 | 1 | -3/+4 |
* | muxing packets with unknown timestamps is not allowed | Michael Niedermayer | 2007-02-07 | 1 | -10/+2 |
* | supporting files with A,V,I,0x19 header | Michael Niedermayer | 2007-02-07 | 1 | -1/+4 |