summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Try to simplify av_estimate_timings_from_pts() like in ffmbc.Michael Niedermayer2009-12-13
* Correct truncated ID3v1 genre name.Alexander Strange2009-12-13
* Debug av_log() about stream probing from ffmbc.Michael Niedermayer2009-12-13
* Add CODEC_ID_DNXHD into the 25 fps case.Michael Niedermayer2009-12-13
* Simplify code by using av_metadata_set2().Michael Niedermayer2009-12-13
* More entries for ff_id3v2_metadata_conv from ffmbc.Michael Niedermayer2009-12-13
* s/author/artist/ for ID3Michael Niedermayer2009-12-13
* More ID3v1 genres from ffmbc.Michael Niedermayer2009-12-13
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_DONT_STRD...Michael Niedermayer2009-12-13
* Add flags to prevent strdup() on arguments to av_metadata_set2().Michael Niedermayer2009-12-13
* Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be...Michael Niedermayer2009-12-13
* Move #include where it belongs.Michael Niedermayer2009-12-13
* Get rid of useless casts.Michael Niedermayer2009-12-13
* APIchanges update for av_d2str()Michael Niedermayer2009-12-13
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-13
* Print extradata in case of failure. I had this in my local tree and itMichael Niedermayer2009-12-13
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-13
* Add avg_frame_rate.Michael Niedermayer2009-12-13