33240 Commits (c3a774969a9de064115376919999288559d06f3f)
 

Author SHA1 Message Date
Laurent Aimar fc64434030 Validate the number of audio channels before using it in wmapro decoder. 13 years ago
Mans Rullgard 908f12f342 fate: allow testing with libavfilter disabled 13 years ago
Jason Garrett-Glaser 96a59cf37b x86: XOP/FMA4 CPU detection support 13 years ago
Justin Ruggles 3d371f417e ws_snd: misc cosmetic clean-ups 13 years ago
Justin Ruggles 659c719bc7 ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead. 13 years ago
Justin Ruggles 618b067d21 ws_snd: use memcpy() and memset() instead of loops 13 years ago
Justin Ruggles 6896aa7a38 ws_snd: use samples pointer for loop termination instead of a separate 13 years ago
Justin Ruggles 6a818cb3ff ws_snd: make sure number of channels is 1 13 years ago
Michael Niedermayer eb11cca530 ffmpeg: document alternative to the lossless libx264 presets 13 years ago
Lou Logan a96b171d6c remove libx264 lossless presets 13 years ago
Justin Ruggles 417364ce1f ws_snd: add some checks to prevent buffer overread or overwrite. 13 years ago
Justin Ruggles 2322ced8da ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16. 13 years ago
Justin Ruggles 4c5e7b27d5 flacdec: fix buffer size checking in get_metadata_size() 13 years ago
Michael Niedermayer 1edf33f7f2 ffmpeg: fix -b -ab mixes with -b overriding the audio bitrate 13 years ago
Rafaël Carré 1430ae44e8 rtp: Simplify ff_rtp_get_payload_type 13 years ago
Rafaël Carré 9152880e95 rtpenc: Add a payload type private option 13 years ago
Rafaël Carré 142887741f rtp: Correct ff_rtp_get_payload_type documentation 13 years ago
Anton Khirnov e3245b2631 avconv: replace all fprintf() by av_log(). 13 years ago
Anton Khirnov f24facd3ec avconv: change av_log verbosity from ERROR to FATAL for fatal errors. 13 years ago
Anton Khirnov 1c5e9551bc cmdutils: replace fprintf() by av_log() 13 years ago
Anton Khirnov 182cbe433a avtools: parse loglevel before all the other options. 13 years ago
Michael Niedermayer d5a3635b2c libx264: free x4->sei 13 years ago
Mike Scheutzow e2dae1faa8 Fix a buffer overflow in libx264 interface to x264 encoder. Previous code ignored the compressed buffer size passed in. This change returns as many complete NALs as can fit in the buffer, and logs an error message. 13 years ago
Nicolas George 4ca59d1948 oggdec: add support for Xiph's CELT codec 13 years ago
tipok cbf914cf16 libaac+ support 13 years ago
Aurelien Jacobs 023e9960d7 mjpegenc: use named struct initializers 13 years ago
Aurelien Jacobs f3d5840474 act: correct file description comment 13 years ago
Aurelien Jacobs c894449fc4 act, bintext, wtvenc: use named struct initializers 13 years ago
Michael Niedermayer f85c9b7771 h264dec: fix decoding problems introduced with baad01d8b4. 13 years ago
Michael Niedermayer 537a9e5cc2 Merge remote-tracking branch 'qatar/master' 13 years ago
Laurent Aimar 508e47a575 Check for out of bound bands limit in mpc v8 decoder. 13 years ago
Laurent Aimar 7ec5ea437f Fix return value on EOF in mpc v8 demuxer. 13 years ago
Reimar Döffinger a1526cd78f id3v2: Fix some (function) pointer types. 13 years ago
Laurent Aimar f57b00e897 Fixed NULL pointer dereference in id3v2 parser. 13 years ago
Vitor Sessak 02aabd820f g729dec: avoid unnecessary struct copying 13 years ago
Vitor Sessak 22dd24fc7d g729dec: remove useless headers 13 years ago
Justin Ruggles b15a9888a8 sol: return error if av_get_packet() fails. 13 years ago
Stefano Sabatini 9921613e82 vf_drawtext: apply misc style fixes 13 years ago
Stefano Sabatini 80daa247d8 vf_drawtext: do not reset "n" variable to 0 in case the filter is reinited 13 years ago
Stefano Sabatini 01fbcc6fd6 ffmpeg: improve feedback when processing filtergraph events 13 years ago
Stefano Sabatini 68b897ef15 ffmpeg: apply misc cosmetics fixes in the filtergraph event processing code 13 years ago
Stefano Sabatini dd91499b66 lavfi: add debug trace when processing events 13 years ago
Stefano Sabatini e64de2ad1a lavfi: document AVFilterCommand fields 13 years ago
Vitor Sessak 58c61492c6 g729dec: fix warnings: 13 years ago
Vitor Sessak 82d99e0b41 g729dec: Fix warnings: 13 years ago
Vitor Sessak 1c4712db81 g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control() 13 years ago
Justin Ruggles 88f908fbdc cosmetics: reindent and pretty-print 13 years ago
Justin Ruggles 8febd6afbc libgsm: split init and close fuctions for encoder and decoder. 13 years ago
Mans Rullgard d853e571ad ppc: fix some pointer to integer casts 13 years ago
Mans Rullgard 6e4a35ced9 ppc: fix 32-bit PIC build 13 years ago