|
|
|
@8672fc7b
|
12 years |
michaelni |
Merge commit 'b146d74730ab9ec5abede9066f770ad851e45fbc'
* commit …
|
|
|
@74bd0cf4
|
12 years |
stefasab |
ffprobe: rework/fix ini writer
Do not build from scratch the section …
|
|
|
@01e4537f
|
12 years |
stefasab |
ffprobe: rework/fix flat writer
Do not build from scratch the section …
|
|
|
@06fd4c2d
|
12 years |
stefasab |
ffprobe: generalize nesting model for the compact writer
Regular …
|
|
|
@44c1cc3f
|
12 years |
stefasab |
ffprobe: generalize nesting model for the default writer
Regular …
|
|
|
@b6ea9c87
|
12 years |
stefasab |
ffprobe: drop SECTION_ENTRY macro
The use of the macro makes to add …
|
|
|
@23564a4a
|
12 years |
stefasab |
ffprobe: add support to library ident printing
|
|
|
@b146d747
|
12 years |
anton |
indeo4: update AVCodecContext width/height on size change
Fixes …
|
|
|
@ee715f49
|
12 years |
anton |
dfa: check that the caller set width/height properly.
Fixes CVE-2012-2786.
|
|
|
@89191843
|
12 years |
anton |
indeo5dec: Make sure we have had a valid gop header.
This prevents …
|
|
|
@c20a6963
|
12 years |
anton |
cavsdec: check for changing w/h.
Our decoder does not support …
|
|
|
@12e1e834
|
12 years |
anton |
lavc: set channel count from channel layout in avcodec_open2().
Some …
|
|
|
@bad603c6
|
12 years |
derek.buitenhuis |
doc/platform: Rework the Visual Studio linking section
Signed-off-by: …
|
|
|
@08c3156d
|
12 years |
derek.buitenhuis |
doc/faq: Change the Visual Studio entry to reflect current status
…
|
|
|
@f8241055
|
12 years |
derek.buitenhuis |
doc/platform: Replace Visual Studio section with build instructions
…
|
|
|
@7147efa9
|
12 years |
derek.buitenhuis |
doc/platform: Nuke section on linking static MinGW-built libs with …
|
|
|
@d41906f
|
12 years |
derek.buitenhuis |
doc/platform: Remove false claim about MinGW installer
This works …
|
|
|
@583661ee
|
12 years |
derek.buitenhuis |
doc/platform: Mention MinGW-w64
This is the toolchain most use to …
|
|
|
@7d1d4469
|
12 years |
derek.buitenhuis |
doc/platform: Rework the Visual Studio linking section
Signed-off-by: …
|
|
|
@ed8a2dde
|
12 years |
derek.buitenhuis |
doc/faq: Change the Visual Studio entry to reflect current status
…
|
|
|
@f45b5443
|
12 years |
derek.buitenhuis |
doc/platform: Replace Visual Studio section with build instructions
…
|
|
|
@3e071551
|
12 years |
derek.buitenhuis |
doc/platform: Nuke section on linking static MinGW-built libs with …
|
|
|
@55254a3
|
12 years |
derek.buitenhuis |
doc/platform: Remove false claim about MinGW installer
This works …
|
|
|
@6a3078bb
|
12 years |
derek.buitenhuis |
doc/platform: Mention MinGW-w64
This is the toolchain most, including …
|
|
|
@c0209fa
|
12 years |
michaelni |
mov: remove default of 1024 sample skip for aac.
It is not correct in …
|
|
|
@bfe735b5
|
12 years |
michaelni |
aacdec: detect faac and skip correct amount of startup samples
This …
|
|
|
@791b5954
|
12 years |
derek.buitenhuis |
dsputil_mmx: fix reading prior of the src array in …
|
|
|
@ed2b69a4
|
12 years |
stefasab |
ffprobe: remove unused "args" argument in writer init callback
The …
|
|
|
@97cfa55e
|
12 years |
lu_zero |
mpegaudiodec: fix short_start calculation
The value should be always …
|
|
|
@a70b4935
|
12 years |
michaelni |
Add missing version macros to libraries
Signed-off-by: Michael …
|
|
|
@b75c3d2b
|
12 years |
michaelni |
swresample: Create version.h header
Reviewed-by: Stefano Sabatini …
|
|
|
@ec873891
|
12 years |
michaelni |
postproc: Create version.h header
Signed-off-by: Michael Niedermayer …
|
|
|
@35e09036
|
12 years |
michaelni |
avcodec: Add missing include to version.h
Reviewed-by: Stefano …
|
|
|
@c402d36a
|
12 years |
michaelni |
nutdec: fix get_vb_trace() / -DTRACE compile
Signed-off-by: Michael …
|
|
|
@2acb5cd9
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@d16860a2
|
12 years |
diego |
libopus: Remap channels using libopus' internal remapping.
This way …
|
|
|
@44617d6
|
12 years |
diego |
Opus decoder using libopus
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@e4aa383
|
12 years |
diego |
avcodec: document the use of AVCodecContext.delay for audio decoding
…
|
|
|
@4dc8c838
|
12 years |
kostya.shishkov |
vc1dec: add flush function for WMV9 and VC-1 decoders
CC: …
|
|
|
@4fefe91a
|
12 years |
michaelni |
configure: add missing dependancies for gpl tests
fixes fate without …
|
|
|
@7ed9ec03
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dwt: …
|
|
|
@ac7d0c79
|
12 years |
michaelni |
mp3dec: ask for 8khz switch point mp3s
Signed-off-by: Michael …
|
|
|
@a96e3a3
|
12 years |
michaelni |
tests/Makefile: fix ffprobe test dependancy
This fixes the ffprobe …
|
|
|
@b4c7534
|
12 years |
michaelni |
asfenc: avoid negative timestamps
Fixes Ticket1606
Signed-off-by: …
n1.1-dev
|
|
|
@94041feb
|
12 years |
michaelni |
mp3dec: Fix possibly exploitable crash
I was sadly unable to find a …
|
|
|
@8bd324e9
|
12 years |
martin |
http: Increase buffer sizes to cope with longer URIs
Use the …
|
|
|
@13f0cd68
|
12 years |
michaelni |
mxfdec: allow container_ul to override codec_ul if codec is A-law
…
|
|
|
@6226d10
|
12 years |
michaelni |
Changelog, split next from 1.0
Signed-off-by: Michael Niedermayer …
|
|
|
@9e9b5159
|
12 years |
michaelni |
mpegvideo_enc: reduce QMAT_SHIFT to avoid overflow in dnxhd
…
|
|
|
@bc66827f
|
12 years |
diego |
nutenc: const correctness for ff_put_v_trace/put_s_trace function arguments
|
|
|
@6c5b0517
|
12 years |
diego |
h264_refs: Fix debug tprintf argument types
|
|
|
@80412997
|
12 years |
diego |
golomb: const correctness for get_ue()/get_se() function arguments
|
|
|
@e0021504
|
12 years |
diego |
get_bits: const correctness for get_bits_trace()/get_xbits_trace() …
|
|
|
@9de731e9
|
12 years |
nicolas.george |
lavfi/sink_buffer: implement libav compatibility API.
Implement …
|
|
|
@279ae1cd
|
12 years |
michaelni |
lavf: move fields that appear to be intended as public API to the …
|
|
|
@7e9830d1
|
12 years |
michaelni |
dsputil_mmx: fix reading prior of the src array in …
|
|
|
@8e1f063e
|
12 years |
nicolas.george |
lavfi: enable buffersinks unconditionally.
They are part of the …
|
|
|
@e760424d
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
nutdec: …
|
|
|
@4e5b7f31
|
12 years |
diego |
dwt: Drop unused functions spatial_compose{53|97}i()
|
|
|
@83655442
|
12 years |
diego |
nutdec: Remove unused and broken debug function stub
|
|
|
@0ae3ba8d
|
12 years |
diego |
avcodec: Drop long-deprecated imgconvert.h header
|
|
|
@bcc1f7ca
|
12 years |
diego |
Add Opus support to the Ogg muxer.
Signed-off-by: Diego Biurrun …
|
|
|
@2a3d82a
|
12 years |
diego |
Add Opus codec id and codec description.
Signed-off-by: Diego Biurrun …
|
|
|
@0575772f
|
12 years |
diego |
avformat: Identify anonymous AVIO typedef structs.
Anonymous typedef …
|
|
|
@00e1afd8
|
12 years |
Clément Bœsch |
fate: add faststart regression test.
Also factorize the common …
|
|
|
@a714150
|
12 years |
Clément Bœsch |
lavf/movenc: add faststart option.
|
|
|
@f379a108
|
12 years |
Clément Bœsch |
lavf/movenc: make mov_write_stco_tag() not use the offset pos for …
|
|
|
@e17a2aba
|
12 years |
Clément Bœsch |
lavf/movenc: add get_moov_size and use it in fragment code.
This …
|
|
|
@65f7aee6
|
12 years |
michaelni |
ffmpeg: add option to control copying of frames prior to start.
…
|
|
|
@d3704464
|
12 years |
michaelni |
file: set the return value type for lseek to off_t
fixes a bug …
|
|
|
@c76ffdc
|
12 years |
michaelni |
RELEASE: update for 1.0
Signed-off-by: Michael Niedermayer …
|
|
|
@67016b3c
|
12 years |
michaelni |
MAINTAINERS: add 1.0
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@163f7afb
|
12 years |
stefasab |
ffprobe: fix indentation of the first line of packets_and_frames …
|
|
|
@2e4ec894
|
12 years |
michaelni |
lavf: fill in past dts based on reordered pts once the delay becomes …
|
|
|
@a8e3815d
|
12 years |
michaelni |
lavf: factorize timestamp shift in update_initial_timestamps()
…
|
|
|
@cddbafb5
|
12 years |
michaelni |
ffmpeg: allow printing muxer side packet timestamp debuging info
…
|
|
|
@93e81ee8
|
12 years |
diego |
nutdec: const correctness for get_v_trace/get_s_trace function arguments
|
|
|
@2dc13104
|
12 years |
diego |
truemotion2: Request samples for old TM2 headers
|
|
|
@69673138
|
12 years |
martin |
rtpdec: Remove a useless ff_ prefix from a static symbol
…
|
|
|
@b6bf1490
|
12 years |
martin |
rtpdec: Support depacketizing speex
Signed-off-by: Martin Storsjö …
|
|
|
@490ae95a
|
12 years |
martin |
rtpenc: Add support for packetizing speex
This packetization scheme …
|
|
|
@3b92075e
|
12 years |
michaelni |
Revert "arm/h264: fix overreads in …
|
|
|
@55a6f705
|
12 years |
michaelni |
ffv1dec: support decoding older 1.3 bitstream variant
Signed-off-by: …
|
|
|
@ff0c6282
|
12 years |
michaelni |
ffv1:update copyright year
Signed-off-by: Michael Niedermayer …
|
|
|
@5c4e2e87
|
12 years |
michaelni |
nutenc: avoid negative timestamps
Fixes Ticket1468
Signed-off-by: …
|
|
|
@3ba0dab7
|
12 years |
michaelni |
lavf: Add support offset timestamps on muxing.
This allows avoiding …
|
|
|
@e9350c44
|
12 years |
michaelni |
nutenc: remove outdated fixme
Signed-off-by: Michael Niedermayer …
|
|
|
@ae044931
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
xsub: …
|
|
|
@4552e9b5
|
12 years |
stefasab |
ffprobe: generalize writer subsection nesting model
Discard …
|
|
|
@299c0b30
|
12 years |
michaelni |
lavf: fix bug that caused has_decode_delay_been_guessed() to never …
|
|
|
@4b80a619
|
12 years |
michaelni |
Handle the following type of relative URL correctly:
http://a/b + …
|
|
|
@f75c5f07
|
12 years |
michaelni |
diracyasm: fix win64
Fixes Ticket1412
Signed-off-by: Michael …
|
|
|
@5fe80857
|
12 years |
michaelni |
libx264: fix open GOP
Found-by: relaxed
Signed-off-by: Michael …
|
|
|
@7133d254
|
12 years |
derek.buitenhuis |
configure: Fix 10l in 5ae9fa13f5ac640bec113120d540f70971aa635d
Wrong …
|
|
|
@5ae9fa13
|
12 years |
derek.buitenhuis |
MinGW: Use our snprintf/vsnprintf when MinGW's is broken
All versions …
|
|
|
@de73ae6b
|
12 years |
michaelni |
ffmpeg: avoid apics for video output if possible
Fixes Ticket1714
…
|
|
|
@a7b48395
|
12 years |
michaelni |
ffmpeg: factor area out of video stream selection code.
…
|
|
|
@c5e23473
|
12 years |
michaelni |
mlpdec: supress layout mismatch warnings for 2 ch upmixed mono
…
|
|
|
@eda5db6b
|
12 years |
michaelni |
mlpdec: discard a 2nd substream if the stream is mono
This fixes the …
|
|
|
@2a672652
|
12 years |
michaelni |
mlp_parser: dont override existing channel geometry.
This prevents …
|
|
|