32562 Commits (cac9877ed5150bb6feda64927bb327ee4698086a)
 

Author SHA1 Message Date
Carl Eugen Hoyos 75a225217c Support Nellymoser in isom. 13 years ago
Carl Eugen Hoyos 66624cbb80 Disable cropping for the brainfart case. 13 years ago
Stefano Sabatini c70e8523af vsrc_testsrc: set more properties in the output frames 13 years ago
Stefano Sabatini bf917e26e1 fifo: add note in av_fifo_realloc2() doxy regarding reallocation failure behavior 13 years ago
Clément Bœsch 0629b1ff35 ffprobe: introduce output format writers. 13 years ago
Baptiste Coudurier f33be93b1b mov: read tmcd tag and set timecode drop flag accordingly. 13 years ago
Michael Niedermayer 6270207511 h264: allow debuging SEI types 13 years ago
Carl Eugen Hoyos caf63ebd0b Fix some APIchange versions. 13 years ago
Michael Niedermayer db5effe1a4 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer ea36c44e84 avfilter_graph_queue_command: Allow queueing commands out of order 13 years ago
Michael Niedermayer 37f9de59d1 avfilter: fix processing multiple commands per frame and filter 13 years ago
Michael Niedermayer 50be0b911a ffmpeg: Support queing filter commands for later times 13 years ago
Michael Niedermayer 3d8176d2f5 avfilter: Add avfilter_graph_que_command() 13 years ago
Michael Niedermayer f782ce3b4d drawtext: Support changing parameters through reinit command at runtime. 13 years ago
Michael Niedermayer bb22f39fe2 ffmpeg: Support passing commands to filters at runtime 13 years ago
Michael Niedermayer 1e5014c7c7 avfilter: Add command passing support 13 years ago
Luca Barbato 22141917a9 Revert "h264: Properly set coded_{width, height} when parsing H.264." 13 years ago
Tomas Härdin 8b7222979c isom: add missing AVC-Intra tags, rearrange list and update comments 13 years ago
Anton Khirnov c922816d31 avconv: remove stubs of crop* and pad* options 13 years ago
Anton Khirnov ed5b13265e avconv: re-add nb_streams to InputFile. 13 years ago
Michael Niedermayer 4becc86139 issue_tracker.txt: more updates toward trac 13 years ago
Michael Niedermayer 6e2c036bb8 doc/issue_tracker.txt: regressions are important 13 years ago
Michael Niedermayer 80d4538d05 doc/issue_tracker.txt: Update toward trac 13 years ago
Carl Eugen Hoyos 312645e030 Do not set codec_tag property for matroska muxers. 13 years ago
Carl Eugen Hoyos ab539d9eb8 Use the shorter channel layout description for the common case. 13 years ago
Carl Eugen Hoyos 262ab1c59a Do not assume timestamps for mp2 format. 13 years ago
Michael Niedermayer 3dd44e5075 Merge remote-tracking branch 'qatar/master' 13 years ago
Fredrik Axelsson 09a858da7d Add support for BDAV/m2ts-mode muxing 13 years ago
Reimar Döffinger b118255e91 Replace goto by break, it has the same effect. 13 years ago
Reimar Döffinger 056c13fd17 vocdec: Take channel count into account when calculating bit rate. 13 years ago
Reimar Döffinger 2cd7a9ebe0 JPEG-LS: clip offset based on cur_scan to valid range. 13 years ago
Marton Balint dacd827b81 Rename find_program_from_stream to av_find_program_from_stream and add it to avformat.h 13 years ago
Michael Niedermayer 941bb552c6 Fix memory corruption in case of memory allocation failure in av_probe_input_buffer() 13 years ago
Kostya Shishkov 10397215aa Use deinterleavers for demangling audio packets in RealMedia. 13 years ago
Michael Niedermayer 52982dbe47 vf_scale: don't leak SWS context. 13 years ago
Diego Biurrun fa19c5c20e doxygen: drop another pointless star from pointer variable name 13 years ago
Stefano Sabatini 24ddfb2bdb lavfi: add amovie source - audio movie source 13 years ago
Matthew Einhorn 1d6eca2d27 Removes the internal avcodec_find_best_pix_fmt1()function previously used by avcodec_find_best_pix_fmt() and not used anymore. 13 years ago
Michael Niedermayer c8868f28e3 vf_scale: apply the same transform to the aspect during init that is applied per frame 13 years ago
Michael Niedermayer 1287c81d65 imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against future changes 13 years ago
Matthew Einhorn adfe59407e Adds a new pix fmt function that selects the best dest fmt from among 2 formats to convert to, given a certain src format. 13 years ago
Michael Niedermayer 094a496818 Merge remote-tracking branch 'qatar/master' 13 years ago
Stefano Sabatini 1717ba0cdd fifo: add FIFO API test program, and fate test 13 years ago
Stefano Sabatini f2011ed234 fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() 13 years ago
Piotr Kaczuba f4f3300c09 postprocess.c: filter name needs to be double 0 terminated 13 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
Diego Biurrun 0138a8dead doxygen: drop pointless star from pointer variable names 13 years ago
Diego Biurrun c960e67ad0 Replace deprecated av_find_stream_info() by avformat_find_stream_info(). 13 years ago
Marton Balint 0a1cf66210 ffplay: fix a crash caused by aborting the video queue 13 years ago
Sven Hesse 5f677aac76 xmv: eliminate superfluous zeroing of zero data 13 years ago