|
|
|
@67339f6e
|
12 years |
anton |
avplay: use buffersrc instead of custom input filter.
We do not allow …
|
|
|
@d55c2e05
|
12 years |
anton |
avtools: move buffer management code from avconv to cmdutils.
It will …
|
|
|
@3ffa2335
|
12 years |
anton |
avconv: don't use InputStream in the buffer management code.
Use just …
|
|
|
@e58b75f
|
12 years |
anton |
avconv: fix exiting when max frames is reached.
frame number should …
|
|
|
@b56825c4
|
12 years |
kostya.shishkov |
mpc8: fix maximum bands handling
In Musepack SV8 codec property tell …
|
|
|
@79c8e29a
|
12 years |
alex.converse |
aacdec: Turn PS off when switching to stereo and turn it to implicit …
|
|
|
@41e9682a
|
12 years |
alex.converse |
movenc: Write chan atom for all audio tracks in mov mode movies.
|
|
|
@84e430dd
|
12 years |
martin |
mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing
Per …
|
|
|
@2b1f105f
|
12 years |
anton |
doc/avconv: add some details about the transcoding process.
|
|
|
@a982e5a0
|
12 years |
anton |
avidec: make scale and rate unsigned.
The specs say they are unsigned …
|
|
|
@bb7431f
|
12 years |
anton |
avconv: check output stream recording time before each frame returned …
|
|
|
@a508e7a1
|
12 years |
anton |
avconv: split selecting input file out of transcode().
|
|
|
@2f51ec2b
|
12 years |
anton |
avconv: split checking for active outputs out of transcode().
|
|
|
@8eb9bf0
|
12 years |
anton |
avfiltergraph: make some functions static.
They are not used outside …
|
|
|
@19dfbf19
|
12 years |
anton |
librtmp: return AVERROR_UNKNOWN instead of -1.
|
|
|
@a91943bc
|
12 years |
anton |
librtmp: don't abuse a variable for two unrelated things.
|
|
|
@007aede
|
12 years |
anton |
librtmp: add rtmp_app and rtmp_playpath private options.
This makes …
|
|
|
@96fadfb1
|
12 years |
kostya.shishkov |
bmv: add stricter checks for invalid decoded length
This makes …
|
|
|
@cf3a1948
|
12 years |
anton |
avpacket: fix duplicating side data.
Use correct side data size …
|
|
|
@21e2dc9f
|
12 years |
lu_zero |
flv: support stream text data as onTextData
Adobe specifies …
|
|
|
@2439bd86
|
12 years |
martin |
mpegtsenc: Support LATM packetization for AAC
This adds the avoption …
|
|
|
@485d3ea0
|
12 years |
martin |
adtsenc: Don't expose the muxer internals to the rest of lavf
This …
|
|
|
@b1c56ea
|
12 years |
martin |
mpegtsenc: use AVFormatContext for AAC packetization
This removes the …
|
|
|
@d1a3a3d4
|
12 years |
martin |
mpegtsenc: use AVERROR() for return codes
Signed-off-by: Jindrich …
|
|
|
@dbaf79c9
|
13 years |
martin |
http: Add the url_shutdown function for https, too
Signed-off-by: …
|
|
|
@59525641
|
13 years |
martin |
http: Simplify code by removing a local variable
Signed-off-by: …
|
|
|
@3cbcfa2d
|
13 years |
martin |
http: Clear the old URLContext pointer when closed
This fixes issues …
|
|
|
@b7c3772b
|
13 years |
martin |
tcp: Try enabling SO_REUSEADDR when listening
Signed-off-by: Martin …
|
|
|
@641f4a88
|
13 years |
martin |
tcp: Check the return values from bind and accept
Signed-off-by: …
|
|
|
@5c742005
|
13 years |
martin |
avisynth: Make sure the filename passed to avisynth is in the right …
|
|
|
@0fcf3013
|
13 years |
martin |
fate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machines
The …
|
|
|
@9613240f
|
13 years |
martin |
http: Pass the proper return code of net IO operations
Signed-off-by: …
|
|
|
@1876e7c0
|
13 years |
martin |
http: Add 'post_data', a new option which sets custom HTTP post data
…
|
|
|
@c7bd556d
|
13 years |
justin.ruggles |
lavfi: amix: check active input count before calling request_samples
…
|
|
|
@6163d880
|
13 years |
rsbultje |
vp8: move block coeff arithcoder on stack.
This prevents gcc from …
|
|
|
@64bde805
|
13 years |
rsbultje |
mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.
|
|
|
@d041dec3
|
13 years |
derek.buitenhuis |
pcm-mpeg: improve log message wording
We support every defined value …
|
|
|
@0857e46d
|
13 years |
mans |
fate: add missing $(TARGET_PATH) to ac3-fixed-encode
Signed-off-by: …
|
|
|
@00c78a0a
|
13 years |
mans |
fate: fix md5sum replacement on some systems
On systems where the …
|
|
|
@43b50e6
|
13 years |
lu_zero |
avprobe: correctly set the default formatter
|
|
|
@b75726c
|
13 years |
justin.ruggles |
lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffs
|
|
|
@c140fb2c
|
13 years |
justin.ruggles |
lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffs
|
|
|
@8dfc1227
|
13 years |
justin.ruggles |
lavr: add C functions for mixing 2 to 1 channels with s16p format
|
|
|
@5289955
|
13 years |
lu_zero |
avprobe: move formatter functions in the context
Avoid possible clashes.
|
|
|
@c9cc7629
|
13 years |
anton |
avconv: extend -r to work on any input stream.
This is done by …
|
|
|
@4f81a507
|
13 years |
anton |
doc/avconv: expand documentation for the -s option.
|
|
|
@cf6c38c6
|
13 years |
anton |
avconv: don't print filters inserted by avconv in stream mappings.
|
|
|
@8daf21d5
|
13 years |
anton |
avconv: merge configuration code for complex and simple filters
Some …
|
|
|
@a977d91e
|
13 years |
anton |
avconv: split configuring input filters out of configure_complex_filter
|
|
|
@f919cc7d
|
13 years |
mans |
fate: fix acodec/vsynth tests for make 3.81
GNU make 3.81 applies …
|
|
|
@c58bcead
|
13 years |
janne-libav |
pcm_mpeg: fix number of consumed bytes to include the header.
…
|
|
|
@12d42cd
|
13 years |
janne-libav |
avfilter: include required header file avfilter.h in video.h
|
|
|
@4a301706
|
13 years |
janne-libav |
x86: Avoid movs on BUTTERFLYPS when in AVX mode
Signed-off-by: Janne …
|
|
|
@bac0729d
|
13 years |
janne-libav |
x86: use new schema for ASM macros
Signed-off-by: Janne Grunau …
|
|
|
@7263cd55
|
13 years |
mans |
fate: convert codec-regression.sh to makefile rules
Signed-off-by: …
|
|
|
@47b5996b
|
13 years |
mans |
fate: allow tests to specify unit size for psnr comparison
…
|
|
|
@7e5880e0
|
13 years |
mans |
fate: teach videogen/rotozoom to output a single raw video stream
…
|
|
|
@e999b641
|
13 years |
martin |
http: Add support for reusing the http socket for subsequent requests
…
|
|
|
@3bdb438e
|
13 years |
martin |
http: Add support for using persistent connections
Add a new AVOption …
|
|
|
@0426c693
|
13 years |
anton |
AVOptions: fix the value printed in out of range error message.
|
|
|
@8271f55b
|
13 years |
anton |
avprobe: restore pseudo-INI old style format for compatibility.
|
|
|
@d30acfa9
|
13 years |
anton |
avprobe: fix formatting.
|
|
|
@780ff97
|
13 years |
anton |
log: make colored output more colorful.
Green for verbose, cyan for debug.
|
|
|
@6099543a
|
13 years |
martin |
rtsp: Check for dynamic payload handlers if no static payload mapping …
|
|
|
@154486f9
|
13 years |
martin |
opt: Add av_opt_set_bin()
Introduce a new function to set binary data …
|
|
|
@a1a6cdc2
|
13 years |
martin |
avconv: Display the error returned by avformat_write_header
…
|
|
|
@68c81308
|
13 years |
martin |
rtpenc_chain: Return an error code instead of just a plain pointer
…
|
|
|
@93cef6f9
|
13 years |
martin |
rtpenc_chain: Free the URLContext on failure
If an URLContext is …
|
|
|
@2dcb21a
|
13 years |
martin |
rtpenc: Expose the ssrc as an avoption
This allows the caller to set …
|
|
|
@b1d22dc5
|
13 years |
lu_zero |
avprobe: display the codec profile in show_stream()
Signed-off-by: …
|
|
|
@70026be8
|
13 years |
lu_zero |
avprobe: fix function prototype
Make opt_output_format return the …
|
|
|
@39e29aa0
|
13 years |
martin |
cosmetics: Fix indentation
Signed-off-by: Martin Storsjö …
|
|
|
@f4dd6465
|
13 years |
lu_zero |
avprobe: changelog entry
|
|
|
@6a6c2a94
|
13 years |
lu_zero |
avprobe: update documentation
Update the documentation according to …
|
|
|
@0d242a77
|
13 years |
lu_zero |
avprobe: provide JSON output
JSON usage is quite widespread.
|
|
|
@3a8c95f
|
13 years |
lu_zero |
avprobe: output proper INI format
Make the output valid INI serialization.
|
|
|
@beb33fca
|
13 years |
lu_zero |
avprobe: improve formatting
Do not use decimals if not needed.
|
|
|
@c6eeb9b7
|
13 years |
lu_zero |
rtmp: fix url parsing
The application component can have a …
|
|
|
@b0970a69
|
13 years |
lu_zero |
fate: document TARGET_EXEC and its usage
TARGET_EXEC allows running …
|
|
|
@ed7bdd86
|
13 years |
alex.converse |
movenc: Don't write the 'wave' atom or its child 'enda' for lpcm …
|
|
|
@d073f122
|
13 years |
kostya.shishkov |
imc: some cosmetics
|
|
|
@177bcc95
|
13 years |
martin |
rtmp: Pass the proper return code in rtmp_handshake
Signed-off-by: …
|
|
|
@bba287fd
|
13 years |
martin |
rtmp: Check return codes of net IO operations
Signed-off-by: Martin …
|
|
|
@a4d3f358
|
13 years |
martin |
rtmp: Return a proper error code instead of -1
Signed-off-by: Martin …
|
|
|
@08e93f5b
|
13 years |
martin |
rtmp: Check malloc calls
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@f645f1d6
|
13 years |
martin |
rtmp: Check ff_rtmp_packet_create calls
Check malloc calls used by …
|
|
|
@c7448c1
|
13 years |
justin.ruggles |
lavfi: add audio mix filter
|
|
|
@1e8561e3
|
13 years |
martin |
flvdec: Make sure sample_rate is set to the updated value
The …
|
|
|
@90290a51
|
13 years |
siretart |
tqi: Pass errors from the MB decoder
This silences some valgrind …
|
|
|
@3f9d6e42
|
13 years |
martin |
os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2
…
|
|
|
@e5773d8b
|
13 years |
martin |
http: Add support for reading http POST reply headers
Signed-off-by: …
|
|
|
@ba354a8c
|
13 years |
martin |
http: Add http_shutdown() for ending writing of posts
Signed-off-by: …
|
|
|
@4a9ca935
|
13 years |
martin |
tcp: Allow signalling end of reading/writing
tcp_shutdown() isn't …
|
|
|
@32d545e
|
13 years |
martin |
avio: Add a function for signalling end of reading/writing
…
|
|
|
@0ce4a627
|
13 years |
anton |
lavfi: fix comment, audio is supported now.
|
|
|
@ce353a88
|
13 years |
anton |
lavfi: fix incorrect comment.
poll_frame()/request_frame() are used …
|
|
|
@c04c533f
|
13 years |
anton |
lavfi: remove avfilter_null_* from public API on next bump.
Those …
|
|
|
@43c7a01e
|
13 years |
anton |
lavfi: remove avfilter_default_* from public API on next bump.
Those …
|
|
|
@88c3b87b
|
13 years |
anton |
lavfi: deprecate default config_props() callback and refactor …
|
|
|
@ccefa89f
|
13 years |
anton |
avfiltergraph: smarter sample format selection.
|
|
|