Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25ffv1: remove clear_state(), it has become unusedMichael Niedermayer
2012-04-25ffv1: move clear_state() to clear_slice_state() in encoding threadsMichael Niedermayer
2012-04-25ffv1: indentMichael Niedermayer
2012-04-25ffv1: move init_slice_state() into the decoder threads.Michael Niedermayer
2012-04-25ffv1: Remove slice count field with 1.3 and just count slices.Michael Niedermayer
2012-04-25ffv1: store slice size with all slices in 1.3Michael Niedermayer
2012-04-25ffv1: add 1 status byte to slices in in case crcs are stored too.Michael Niedermayer
2012-04-25ffv1: Always store slice size when error reobustness is enabled.Michael Niedermayer
2012-04-25ffv1: include solution hint in the slice error messageMichael Niedermayer
2012-04-25FATE: use updated reference for aac-latm_stereo_to_51Justin Ruggles
2012-04-25avconv: use libavresampleJustin Ruggles
2012-04-25Add libavresampleJustin Ruggles
2012-04-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25ffv1: support vlc mode in 1.3Michael Niedermayer
2012-04-25ffv1: move the decoder side ac->vlc switch to decode_slice()Michael Niedermayer
2012-04-25ffv1: allow selecting 1.3 by using -levelMichael Niedermayer
2012-04-25ffv1: move ac->vlc switch to encode_slice()Michael Niedermayer
2012-04-24FATE: avoid channel mixing in lavf-dv_fmtJustin Ruggles
2012-04-24parseutils: reliably detect out-of-range alpha.Reimar Döffinger
2012-04-24ffmpeg: Fix initial dts for streamcopy, if the input packets lack dts.Michael Niedermayer
2012-04-24Add missing newline in shorten decoder.Carl Eugen Hoyos
2012-04-24avfiltergraph: fix format selection.Nicolas George
2012-04-24ffmpeg: do not report EOF as an error.Nicolas George
2012-04-24mpc8: print error messages on maxband(s) errorsMichael Niedermayer
2012-04-24mpc8: make maxband check less picky.Michael Niedermayer
2012-04-24avconv: fix a segfault on -c copy with -filter_complex.Anton Khirnov
2012-04-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-24avfiltergraph: free the sink_links heap.Nicolas George
2012-04-24Get rid of tests/data/asynth-%.sw rule.Reimar Döffinger
2012-04-23indeo4: check quant_mat more fully.Michael Niedermayer
2012-04-23Simplify asynth sample generation.Reimar Döffinger
2012-04-23isom: Support more DTS codec identifiers.Yusuke Nakamura
2012-04-23matroska: Clear prev_pkt between seeks.Dale Curtis
2012-04-23avutil: change default buffer size alignment for sample buffer functionsJustin Ruggles
2012-04-23h264: some fields in SEIs are longer than 25 bits thus use get_bits_long()Michael Niedermayer
2012-04-23print_options: warn that the files are generated.Nicolas George
2012-04-23parseutils: add av_parse_time() test.Nicolas George
2012-04-23parseutils: make av_parse_time() check for failure.Nicolas George
2012-04-23parseutils: add FATE test.Nicolas George
2012-04-23ffmpeg: directly request frames from filters.Nicolas George
2012-04-23buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST.Nicolas George
2012-04-23vsrc_buffer: count the number of failed requests.Nicolas George
2012-04-23vsrc_buffer: return EAGAIN if no frame is available.Nicolas George
2012-04-23avfiltergraph: add avfilter_graph_request_oldest().Nicolas George
2012-04-23avfilter: add a pointer from links to graph.Nicolas George
2012-04-23avfilter: document request_frame return codes.Nicolas George
2012-04-23lavf: print a warning if probesize seems not enough.Nicolas George
2012-04-23vp8: fix crash due to skiped update_dimensions().Michael Niedermayer
2012-04-23audemux: Add a sanity check for the number of channelsMichael Niedermayer