77628 Commits (c112be25f7825d14b1c39ccbf325b85883f852c2)
 

Author SHA1 Message Date
Paul B Mahol 780c4223a5 avfilter/af_sofalizer: remove reorder hack 9 years ago
Paul B Mahol 49d97d9bca avfilter/af_sofalizer: move modulo operation out of loop 9 years ago
Nicolas George 1acc90eaa5 lavf/tee: fix side data double free. 9 years ago
Michael Niedermayer c62d1780ff avformat/hlsenc: Check the return code of avformat_write_header() 9 years ago
Michael Niedermayer 861f47ddf4 avformat/mov: Enable parser for mp3s by old HandBrake 9 years ago
Michael Niedermayer 537e901fe6 avformat/mxfenc: Fix integer overflow in length computation 9 years ago
Paul B Mahol e6258677ee avfilter/af_sofalizer: make it possible to configure speaker elevation 9 years ago
Lvqier 93d336fb07 avformat/segment: Fix memory leak of cur_entry.filename 9 years ago
Paul B Mahol 7dc469f342 doc/general: add missing @tab for ADPCM VIMA 9 years ago
Paul B Mahol d62e979b8c avfilter/af_sofalizer: display some info when loading sofa file 9 years ago
Anton Khirnov 9f0b6e6827 vocdec: do not create the stream in read_header() 9 years ago
Anton Khirnov 2d0432d918 vocdec: put the code not shared with other demuxers under appropriate ifdef 9 years ago
Anton Khirnov 09ae7b81ea flvdec: do not create any streams in read_header() 9 years ago
Anton Khirnov de9e199a03 lavc: make avpriv_mpa_decode_header private on next bump 9 years ago
Anton Khirnov 72d658766e mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_header 9 years ago
Anton Khirnov 955aec3c7c mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header 9 years ago
Anton Khirnov cea1eef25c lavc: get the profile name through the codec descriptor in avcodec_string() 9 years ago
Anton Khirnov 2c6811397b lavc: add profiles to AVCodecDescriptor 9 years ago
Anton Khirnov cdc9ce098e lavc: print the name of the codec, not its implementation, in avcodec_string 9 years ago
Anton Khirnov 6bf4c1d711 r3d: do not create the audio stream until we know the sample rate 9 years ago
Anton Khirnov 9f1eccb97b ff_parse_specific_params: do not use AVCodecContext.frame_size 9 years ago
Anton Khirnov 1f008f34d5 rmenc: do not use AVCodecContext.frame_size 9 years ago
Anton Khirnov 458e53f51f mpegvideo_enc: actually add the side data with vbv_delay to the packet 9 years ago
Paul B Mahol 0a19538bcf avfilter: add SOFAlizer audio filter 9 years ago
Vicente Olivert Riera 69e80d6ce4 mips: i6400 core does have an FPU, so not disable it 9 years ago
Vicente Olivert Riera 88d66f691a mips: add i6400 core optimizations 9 years ago
Vicente Olivert Riera 1dcd96f72f mips: remove --mips64r6 configure option 9 years ago
Michael Niedermayer 625b582d5a avcodec/aacsbr_template: Add Check to read_sbr_envelope() 9 years ago
Carl Eugen Hoyos 7c1c453ce9 lavf/matroskadec: Set codec_tag also for audio codecs. 9 years ago
Jean Delvare ec11cfdf75 avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_components 9 years ago
zjh8890 c18176bd55 avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H 9 years ago
Clément Bœsch 09a8b6691c doc: fix selectivecolor filter position 9 years ago
Michael Niedermayer b78885a3c5 avcodec/aacsbr: Split the env_facs table 9 years ago
Ganesh Ajjanagadde b4f1636a4d lavc: typo fix cliping -> clipping, saftey -> safety 9 years ago
Michael Niedermayer edfc835a56 avformat/mpegtsenc: Add basic multi program support 9 years ago
Michael Niedermayer 8f948b6244 ffmpeg: Add basic support to mux multiple programs 9 years ago
Michael Niedermayer 676a93f2d8 avformat: Add av_program_add_stream_index() 9 years ago
Lou Logan 5f55be7005 doc/issue_tracker.txt: various updates 9 years ago
Ganesh Ajjanagadde b8e5b1d786 lavc/mdct_template: use lrint instead of floor hack 9 years ago
Ganesh Ajjanagadde df679f1264 lavc/dcaenc: avoid wasteful cos calls 9 years ago
Ganesh Ajjanagadde a0ddebfedf lavc/nellymoserdec: replace pow by exp2 9 years ago
Ganesh Ajjanagadde 93afb338a4 lavfi/formats: fix segfault when allocation fails 9 years ago
Dave Yeo b0b133b8c0 hevcdsp: use a macro for .rodata section 9 years ago
Tom Marecek 46cbb4c231 ffmpeg: change command line option -dump to work without -loglevel debug 9 years ago
Michael Niedermayer 5e8b9e746f avutil/softfloat: Assert that the exponent did not overflow the legal range in av_normalize1_sf() 9 years ago
Paul B Mahol df2ce130a6 avfilter/af_aemphasis: more declarations above 9 years ago
Andreas Cadhalpun fdc94db37e sbr_qmf_analysis: sanitize input for 32-bit imdct 9 years ago
Andreas Cadhalpun a9c20e922c sbrdsp_fixed: assert that input values are in the valid range 9 years ago
Andreas Cadhalpun ff8816f717 aacsbr: ensure strictly monotone time borders 9 years ago
Rostislav Pehlivanov d8f13e783a diracdec: remove duplicate codeblock decoding 9 years ago