summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Optimize unpack_vectors() by not shuffling around redundant vectors.Mike Melanson2009-12-19
* More sane error message when extradata has not been set.Michael Niedermayer2009-12-18
* Swap red and blue when decoding r210.Carl Eugen Hoyos2009-12-18
* It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer2009-12-18
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
* CD+G demuxer and decoderMichael Tison2009-12-17
* 10l : make sure probe buffer is large enough.Jai Menon2009-12-17
* Only add 1 index entry per keyframe.Michael Niedermayer2009-12-16
* Set bits_per_raw_sample appropriately in dpx decoder.Reimar Döffinger2009-12-16
* Parse ID3v[12] metadata from TTA files.Jai Menon2009-12-16
* Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak2009-12-16
* Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak2009-12-16
* List myself as the maintainer of celp_filters.*Vitor Sessak2009-12-16
* Update ffm reference checksums as a result of r20869.Jai Menon2009-12-16
* Reply to RTMP ping with the same value as received by client.Martin Storsjö2009-12-16
* Add -vlang option to set ISO 639 video stream language code.Matthieu Crapet2009-12-16
* Undo r20874: It broke AAC decoding.Carl Eugen Hoyos2009-12-16
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-15
* Use positive logic in opt_target() for selecting the PAL/othersStefano Sabatini2009-12-15
* Simplify freeing of audio_language and subtitle_language.Matthieu Crapet2009-12-15
* Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos2009-12-15
* Fix a typo in documentation.Ramiro Polla2009-12-15
* Factorize opt+1 out in parse_options(), simplify.Stefano Sabatini2009-12-14
* Define _XOPEN_SOURCE as 600 before including a XSI extension header.Carl Eugen Hoyos2009-12-14
* Use symbolic names for PAL/NTSC/FILM rather than numeric constants in opt_tar...Stefano Sabatini2009-12-14
* Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)...Benjamin Larsson2009-12-14
* Correct typoVitor Sessak2009-12-14
* 10l: Don't spawn a subshell when disabling vdpau.Alex Converse2009-12-14
* Revert flvdec.c part of r20836Michael Niedermayer2009-12-14
* Include dup/drop info if any frames where duplicated or dropedMichael Niedermayer2009-12-14
* Off by 1 bugfix for nb_frames_dup.Michael Niedermayer2009-12-14
* Merge init & declaration of buf_end.Michael Niedermayer2009-12-14
* Set reordered_opaque in default_reget_buffer() with internal buffers.Michael Niedermayer2009-12-14
* Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.Michael Niedermayer2009-12-14
* Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warn...Carl Eugen Hoyos2009-12-14
* Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.Carl Eugen Hoyos2009-12-14
* Support compressed formats in the V4L2 input device.Luca Abeni2009-12-14
* Add support for V4L2 compressed formats in the table used for convertingLuca Abeni2009-12-14
* Use the correct type for the V4L2 format.Luca Abeni2009-12-14
* Return pkt->size in v4l2_read_packet().Luca Abeni2009-12-14
* Disable vdpau support if the detected libvdpau does not support MPEG-4.Alex Converse2009-12-14
* FLV 8-bit PCM is unsigned, not signedDaniel Verkamp2009-12-14
* Factorize ic->streams[i] out,Michael Niedermayer2009-12-14
* Place { of the function where indent -kr wants it.Michael Niedermayer2009-12-14
* Make sure the Metadata: header is not printed if the only metadata will notMichael Niedermayer2009-12-13
* Move dump_metadata() to where it is in ffmbc, looks better.Michael Niedermayer2009-12-13
* indentMichael Niedermayer2009-12-13
* Skip dumping language twice.Michael Niedermayer2009-12-13
* dump metadata for AVStreams & AVPrograms too.Michael Niedermayer2009-12-13
* Factorize dump_metadata() out.Michael Niedermayer2009-12-13