30371 Commits (2c4e08d89327595f7f4be57dda4b3775e1198d5e)
 

Author SHA1 Message Date
Kieran Kunhya 32dfd8ca65 latmenc: Fix private options 14 years ago
Stefano Sabatini 1c257dc32d vf_unsharp: store hsub/vsub in the filter context 14 years ago
Stefano Sabatini e6d17ba426 vf_unsharp: adopt a more natural order of params in apply_unsharp() 14 years ago
Stefano Sabatini de7b58da3e vf_unsharp: rename method "unsharpen" to "apply_unsharp" 14 years ago
Michael Niedermayer d33e0c6bc8 vf_scale: apply the same transform to the aspect during init that is applied per frame 14 years ago
Stefano Sabatini 80de930a78 vf_pad: fix "vsub" variable value computation 14 years ago
Stefano Sabatini 46b29397a6 vf_scale: add a "sar" variable 14 years ago
Stefano Sabatini 0ec56d1144 lavfi: fix realloc size computation in avfilter_add_format() 14 years ago
Stefano Sabatini e63e4c99c9 vsrc_color: use internal timebase 14 years ago
Stefano Sabatini 57fa314090 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 14 years ago
Stefano Sabatini 64abd375ec graphparser: prefer void * over AVClass * for log contexts 14 years ago
Stefano Sabatini 59cef18c24 avfiltergraph: use meaningful error codes 14 years ago
Alex Converse 4bb0b31f76 avconv: Initialize return value for codec copy path. 14 years ago
Mans Rullgard dec4b4705f fate: use 'run' helper for seek-test 14 years ago
Mans Rullgard bc3a741fa0 fate: remove seek-mpeg2reuse test 14 years ago
Michael Niedermayer 77d2ef13a8 Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. 14 years ago
Alex Converse a9a033773a avconv: Fix volume adjustment for non-s16 sample formats 14 years ago
Alex Converse fe332cf5b9 avconv: Make samples void*. 14 years ago
Alex Converse af3c06b4db avconv: Use the size of the decode sample format when allocating the audio samples buffer. 14 years ago
Anton Khirnov d3c1d37a90 avconv: use different variables for decoded and filtered frame. 14 years ago
Anton Khirnov 3ccd15803b avconv: add support for copying attachments. 14 years ago
Anton Khirnov c7a63a521b matroskaenc: write attachments. 14 years ago
Anton Khirnov 98cfe22b5c matroskadec: export mimetype of attachments as metadata. 14 years ago
Anton Khirnov becdce99eb avconv: factorize common code from new_*_stream() 14 years ago
Anton Khirnov d159060a87 doc/avconv: expand documentation for some options. 14 years ago
Anton Khirnov 5aa3fcec35 doc/avconv: document -timelimit. 14 years ago
Mans Rullgard 908f12f342 fate: allow testing with libavfilter disabled 14 years ago
Jason Garrett-Glaser 96a59cf37b x86: XOP/FMA4 CPU detection support 14 years ago
Justin Ruggles 3d371f417e ws_snd: misc cosmetic clean-ups 14 years ago
Justin Ruggles 659c719bc7 ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead. 14 years ago
Justin Ruggles 618b067d21 ws_snd: use memcpy() and memset() instead of loops 14 years ago
Justin Ruggles 6896aa7a38 ws_snd: use samples pointer for loop termination instead of a separate 14 years ago
Justin Ruggles 6a818cb3ff ws_snd: make sure number of channels is 1 14 years ago
Justin Ruggles 417364ce1f ws_snd: add some checks to prevent buffer overread or overwrite. 14 years ago
Justin Ruggles 2322ced8da ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16. 14 years ago
Justin Ruggles 4c5e7b27d5 flacdec: fix buffer size checking in get_metadata_size() 14 years ago
Rafaël Carré 1430ae44e8 rtp: Simplify ff_rtp_get_payload_type 14 years ago
Rafaël Carré 9152880e95 rtpenc: Add a payload type private option 14 years ago
Rafaël Carré 142887741f rtp: Correct ff_rtp_get_payload_type documentation 14 years ago
Anton Khirnov e3245b2631 avconv: replace all fprintf() by av_log(). 14 years ago
Anton Khirnov f24facd3ec avconv: change av_log verbosity from ERROR to FATAL for fatal errors. 14 years ago
Anton Khirnov 1c5e9551bc cmdutils: replace fprintf() by av_log() 14 years ago
Anton Khirnov 182cbe433a avtools: parse loglevel before all the other options. 14 years ago
Nicolas George 4ca59d1948 oggdec: add support for Xiph's CELT codec 14 years ago
Justin Ruggles b15a9888a8 sol: return error if av_get_packet() fails. 14 years ago
Justin Ruggles 88f908fbdc cosmetics: reindent and pretty-print 14 years ago
Justin Ruggles 8febd6afbc libgsm: split init and close fuctions for encoder and decoder. 14 years ago
Mans Rullgard d853e571ad ppc: fix some pointer to integer casts 14 years ago
Mans Rullgard 6e4a35ced9 ppc: fix 32-bit PIC build 14 years ago
Justin Ruggles 4568c2bf97 vmdaudio: fix decoding of 16-bit audio format. 14 years ago