44954 Commits (e3fb5bc1472c600af628df10e1472a4319781640)
 

Author SHA1 Message Date
Michael Niedermayer 21c4393f1c lavf/find_stream_info: make sure we decode at least one frame for DTS 12 years ago
Michael Niedermayer 61a84755a9 lavf: dont open a decoder at the top of find_stream_info before probing has finished 12 years ago
Duncan Salerno 48cf0f1c18 http: only send range header when necessary 12 years ago
Duncan Salerno 0a8cc1179a http: larger buffer for long URIs 12 years ago
rogerdpack 641c0eea0b bitmap header lookup: add code comment 12 years ago
Michael Niedermayer 697b476c07 wav: Fix DTS detection 12 years ago
Michael Niedermayer a9f522d1b7 lavf: document request_probe properly 12 years ago
Michael Niedermayer a380f82c53 lavf: allow using request_probe as a score threshold to accept a codec 12 years ago
Stefano Sabatini 740c995288 lavfi: add asendcmd and sendcmd filters 12 years ago
Stefano Sabatini 7fe1ecefe1 lavfi/hue: simplify/fix setting logic in set_options() 12 years ago
Michael Niedermayer eb949544ca ffmpeg: fix 10l (use of uninitilaized variable) 12 years ago
Michael Niedermayer 374033ee93 ffmpeg: remove now unneeded old *_codec_name code 12 years ago
Michael Niedermayer 8ccb56abee ffmpeg/opt_output_file: extract subtitle codec name through new API 12 years ago
Michael Niedermayer a4271f3d4e ffmpeg: dont match unspecified media types in MATCH_PER_TYPE_OPT 12 years ago
Michael Niedermayer 3db4c88ac1 ffmpeg/opt_preset: update to new option API for reading codec names. 12 years ago
Michael Niedermayer bad953bc2d ffmpeg: fix overriding codecs with the new syntax 12 years ago
Justin Ruggles 0ccf051a9d avcodec: fix memleak in avcodec_encode_audio2() 12 years ago
Michael Niedermayer 8364bde02b Merge remote-tracking branch 'qatar/master' 12 years ago
Michael Niedermayer 79bf1f0ad0 rawdec: fix "warning: assignment from incompatible pointer type" 12 years ago
Andrew Wason 225efccefc lavfi/buffersink: fix check on pixel_fmts in the opaque parameter 12 years ago
Stefano Sabatini ab4ee9fd5e tests: update fate-ffprobe test to make use of -bitexact flag 12 years ago
Stefano Sabatini 42047c3e86 ffprobe: reindent after the previous commit 12 years ago
Stefano Sabatini 4cd1addcc4 ffprobe: add -bitexact boolean option 12 years ago
Michael Niedermayer 07cdd39478 pnmdec: use explicit casts to remove const to avoid warning with clang 12 years ago
Michael Niedermayer 28e88a24f6 rtsp: fix "warning: ret may be used uninitialized in this function" 12 years ago
Michael Niedermayer 0079232299 rtsp: kill a pointer type warning (void **) vs. (AVFormatContext **) 12 years ago
Michael Niedermayer 8d45c001a8 flac_parser: fix fifo ptr wrap check 12 years ago
Loren Merritt 1b1b902e2c hqdn3d: Fix out of array read in LOWPASS 12 years ago
Clément Bœsch ea5bd7ea6f lavf/oggdec: check for begin-of-stream flag in case of chained streams. 12 years ago
Reimar Döffinger c54e00610f sipr: fall back to setting mode based on bit_rate. 12 years ago
Clément Bœsch 405ee405c9 ffmpeg: complete mov/mp4 based timebase hack with "f4v" format. 12 years ago
Matthieu Bouron 41f7e0649f mxf: export ff_mxf_get_samples_per_frame to lavf 12 years ago
Clément Bœsch 7bc70930dd lavf/movenc: add F4V flavor. 12 years ago
Michael Niedermayer 406cdddbdd Merge remote-tracking branch 'qatar/master' 12 years ago
Stefano Sabatini 9543cd593e ffprobe: print format long_name only if non-NULL 12 years ago
Stefano Sabatini 3aa1b53256 lavfi/hue: set to NULL freed pointers 12 years ago
Stefano Sabatini 31aa5b1a78 lavfi/hue: fix crash when resetting the saturation expression 12 years ago
Stefano Sabatini 0f40105aaa ffprobe: print codec_long_name only when available 12 years ago
Anton Khirnov e52e4fe10d libx264: add forgotten ; 12 years ago
Anton Khirnov 87b017a298 matroskadec: fix a sanity check. 12 years ago
Anton Khirnov bdb939ad73 matroskadec: only return corrupt packets that actually contain data 12 years ago
Anton Khirnov 1cc569ddda lavf: zero data/size of the packet passed to read_packet(). 12 years ago
Mans Rullgard 8995d34972 ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code 12 years ago
Mans Rullgard cdb7db5acd ARM: align PIC offset pools to 4 bytes 12 years ago
Michael Niedermayer fb96ac469a nutdec: fix mixup of nb_streams and timebase_count 12 years ago
Michael Niedermayer 6ab1166c77 nutdec: fix type of intermediate variable for ts calculation. 12 years ago
Michael Niedermayer 3dc24600ba vsrc_testsrc: Fix case without a specified duration 12 years ago
Andrey Utkin cc07a7925e Add av_copy_packet() 12 years ago
Andrey Utkin d33908a5fc Move av_dup_packet() copy logic to separate procedure 12 years ago
Michael Niedermayer a6ec1e49f6 matroskadec: matroska_parse_rm_audio: remove unused parameter 12 years ago