21739 Commits (0fc2c0f618b0640b96dc3ed1ec48e0f355d01647)
 

Author SHA1 Message Date
Matthieu Crapet 0fc2c0f618 Add -vlang option to set ISO 639 video stream language code. 15 years ago
Carl Eugen Hoyos b0bc928b86 Undo r20874: It broke AAC decoding. 15 years ago
Diego Biurrun 18a49f118c Remove unused variable, fixes the warning: 15 years ago
Stefano Sabatini 06a3c9c45a Use positive logic in opt_target() for selecting the PAL/others 15 years ago
Matthieu Crapet e6db28ceb2 Simplify freeing of audio_language and subtitle_language. 15 years ago
Carl Eugen Hoyos 257c7147e1 Use enum and constant to avoid three icc warnings. 15 years ago
Ramiro Polla 798e589d4a Fix a typo in documentation. 15 years ago
Stefano Sabatini c3c7832479 Factorize opt+1 out in parse_options(), simplify. 15 years ago
Carl Eugen Hoyos 3d1ebac8f7 Define _XOPEN_SOURCE as 600 before including a XSI extension header. 15 years ago
Stefano Sabatini 01558ee6c9 Use symbolic names for PAL/NTSC/FILM rather than numeric constants in opt_target(). 15 years ago
Benjamin Larsson 8c0c11229e Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes 15 years ago
Vitor Sessak 8b484d0f07 Correct typo 15 years ago
Alex Converse d1ebd4a995 10l: Don't spawn a subshell when disabling vdpau. 15 years ago
Michael Niedermayer cc38e063be Revert flvdec.c part of r20836 15 years ago
Michael Niedermayer 0f649d667e Include dup/drop info if any frames where duplicated or droped 15 years ago
Michael Niedermayer ed30e518e3 Off by 1 bugfix for nb_frames_dup. 15 years ago
Michael Niedermayer 7debef33f8 Merge init & declaration of buf_end. 15 years ago
Michael Niedermayer b8af4fe9a5 Set reordered_opaque in default_reget_buffer() with internal buffers. 15 years ago
Michael Niedermayer 954a0b482a Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding. 15 years ago
Carl Eugen Hoyos f0bc8449b8 Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warnings). 15 years ago
Carl Eugen Hoyos 1f15747fc9 Use enum PixelFormat as type for input_pixfmt to avoid one icc warning. 15 years ago
Luca Abeni 3db77ccf38 Support compressed formats in the V4L2 input device. 15 years ago
Luca Abeni 9eb6e9d9d3 Add support for V4L2 compressed formats in the table used for converting 15 years ago
Luca Abeni 9202218e5d Use the correct type for the V4L2 format. 15 years ago
Luca Abeni 158aa9f2db Return pkt->size in v4l2_read_packet(). 15 years ago
Alex Converse deda2a4a72 Disable vdpau support if the detected libvdpau does not support MPEG-4. 15 years ago
Daniel Verkamp 8e9efe4392 FLV 8-bit PCM is unsigned, not signed 15 years ago
Michael Niedermayer 22b16e6a5d Factorize ic->streams[i] out, 15 years ago
Michael Niedermayer b3e88ae84b Place { of the function where indent -kr wants it. 15 years ago
Michael Niedermayer 02483df478 Make sure the Metadata: header is not printed if the only metadata will not 15 years ago
Michael Niedermayer b298daea1a Move dump_metadata() to where it is in ffmbc, looks better. 15 years ago
Michael Niedermayer 229303d16c indent 15 years ago
Michael Niedermayer 4d9b678448 Skip dumping language twice. 15 years ago
Michael Niedermayer 2e720e11bc dump metadata for AVStreams & AVPrograms too. 15 years ago
Michael Niedermayer 8b5e5ec5d7 Factorize dump_metadata() out. 15 years ago
Michael Niedermayer cc20679a41 Try to simplify av_estimate_timings_from_pts() like in ffmbc. 15 years ago
Alexander Strange 35164ffe50 Correct truncated ID3v1 genre name. 15 years ago
Michael Niedermayer 0e500e0db2 Debug av_log() about stream probing from ffmbc. 15 years ago
Michael Niedermayer 0cd55b0c18 Add CODEC_ID_DNXHD into the 25 fps case. 15 years ago
Michael Niedermayer da457e7086 Simplify code by using av_metadata_set2(). 15 years ago
Michael Niedermayer dfe9ee6b95 More entries for ff_id3v2_metadata_conv from ffmbc. 15 years ago
Michael Niedermayer 8a98be1a08 s/author/artist/ for ID3 15 years ago
Michael Niedermayer 57f36fda56 More ID3v1 genres from ffmbc. 15 years ago
Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
Michael Niedermayer b8f11ec887 add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_DONT_STRDUP_VAL 15 years ago
Michael Niedermayer a181981eb4 Add flags to prevent strdup() on arguments to av_metadata_set2(). 15 years ago
Michael Niedermayer 813338a00a Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf must be #undef. 15 years ago
Michael Niedermayer 64b12fc317 Move #include where it belongs. 15 years ago
Michael Niedermayer 17986563eb Get rid of useless casts. 15 years ago
Michael Niedermayer 60a92a77f3 APIchanges update for av_d2str() 15 years ago