|
|
|
@8978feda
|
14 years |
anton |
avio: introduce an AVIOContext.seekable field
Use it instead of …
|
|
|
@79997def
|
14 years |
mans |
ac3enc: use generic fixed-point mdct
This makes the AC3 encoder use …
|
|
|
@aadfc9ee
|
14 years |
anton |
lavfi: add fade filter
Port fade filter from libavfilter soc repo, …
|
|
|
@233ed6b3
|
14 years |
anton |
Change yadif to not use out of picture lines.
Fixes issue2272.
…
|
|
|
@4e3945fd
|
14 years |
anton |
lavc: deprecate AVCodecContext.antialias_algo
It's been unused since …
|
|
|
@4a49d2d5
|
14 years |
anton |
lavc: mark mb_qmin/mb_qmax for removal on next major bump.
They've …
|
|
|
@bc154882
|
14 years |
mans |
Fixed-point MDCT with 32-bit unscaled output
Signed-off-by: Mans …
|
|
|
@ed5fcd6
|
14 years |
anton |
lavc: deprecate rate_emu
It's not used anywhere and apparrently …
|
|
|
@8ed2ae09
|
14 years |
anton |
lavc: mark hurry_up for removal on next major bump
It has been …
|
|
|
@9073ca6c
|
14 years |
anton |
parser: mark av_parser_parse() for removal on next major bump
Fixes …
|
|
|
@6f3d3eac
|
14 years |
anton |
lavc: add missing audioconvert includes
|
|
|
@b4b167ec
|
14 years |
anton |
jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY
|
|
|
@aa05f21
|
14 years |
mans |
ac3enc: ARM optimised ac3_compute_matissa_size
Signed-off-by: Mans …
|
|
|
@182826c8
|
14 years |
mans |
ac3: armv6 optimised bit_alloc_calc_bap
Signed-off-by: Mans Rullgard …
|
|
|
@5085a1a0
|
14 years |
mans |
fate: simplify fft test rules
Signed-off-by: Mans Rullgard …
|
|
|
@3c96c648
|
14 years |
anton |
avio: document avio_alloc_context.
|
|
|
@ab11317c
|
14 years |
anton |
lavf: make compute_chapters_end less picky.
In particular, now it …
|
|
|
@0e635f3e
|
14 years |
anton |
sierravmd: fix Indeo3 videos
Signed-off-by: Anton Khirnov …
|
|
|
@41327cca
|
14 years |
mans |
FFT: simplify fft8()
Part of the fft8() function corresponds to the …
|
|
|
@b41a108
|
14 years |
mans |
fate: add fixed-point fft/mdct tests
Signed-off-by: Mans Rullgard …
|
|
|
@6efe6028
|
14 years |
mans |
Fixed-point support in fft-test
Signed-off-by: Mans Rullgard …
|
|
|
@29a29043
|
14 years |
anton |
ape: check that number of seektable entries is equal to number of …
|
|
|
@e006d71f
|
14 years |
anton |
mpegts: propagate avio EOF in read_packet()
Allows distinguishing …
|
|
|
@1c69c79f
|
14 years |
martin |
configure: Initial support for --target-os=symbian
Signed-off-by: …
|
|
|
@7087ce08
|
14 years |
mans |
Fixed-point FFT and MDCT
|
|
|
@2f97b12e
|
14 years |
mans |
Include dependencies for test programs
This makes sure the various …
|
|
|
@7f6e05cd
|
14 years |
mans |
ac3enc: simplify sym_quant()
These expressions are equivalent since …
|
|
|
@cb7e2c1c
|
14 years |
anton |
flvdec: read index stored in the 'keyframes' tag.
'keyframes' metatag …
|
|
|
@9dd94f83
|
14 years |
anton |
mov: Add support for zero-sized stsc runs.
A zero sized stsc run …
|
|
|
@229e2631
|
14 years |
lu_zero |
rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers
…
|
|
|
@4b6f097b
|
14 years |
anton |
mlp_parse.c: set AVCodecContext channel_layout
The channel layout …
|
|
|
@95c851e2
|
14 years |
anton |
APIChanges: mark the place where 0.6 was branched.
|
|
|
@b64030f2
|
14 years |
anton |
avio: make get_checksum() internal.
|
|
|
@d09cc22d
|
14 years |
anton |
avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h
|
|
|
@4c4427a7
|
14 years |
anton |
avio: make init_checksum() internal.
|
|
|
@ce02f9be
|
14 years |
anton |
Add MxPEG decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@e0e3b8b2
|
14 years |
anton |
Add support for picture_ptr field in MJpegDecodeContext
…
|
|
|
@f16055ee
|
14 years |
anton |
Move MJPEG's input buffer preprocessing in separate public function
…
|
|
|
@8f0bd2c0
|
14 years |
anton |
Support reference picture defined by bitmask in MJPEG's SOS decoder
…
|
|
|
@2eddfb2b
|
14 years |
rsbultje |
sndio bug fix
Since the code already supports both little- and …
|
|
|
@52fd16a2
|
14 years |
mans |
ac3enc: move compute_mantissa_size() to ac3dsp
Signed-off-by: Mans …
|
|
|
@6f718471
|
14 years |
mans |
ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext
These …
|
|
|
@e0be794a
|
14 years |
mans |
Remove support for stripping executables
Stripping is generally best …
|
|
|
@d782bca4
|
14 years |
mans |
ac3enc: NEON optimised float_to_fixed24
Signed-off-by: Mans Rullgard …
|
|
|
@6d9f52b2
|
14 years |
mans |
ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
Signed-off-by: Mans …
|
|
|
@d3834587
|
14 years |
rsbultje |
dfa: protect pointer range checks against overflows.
|
|
|
@a75529e8
|
14 years |
rsbultje |
mimic: implement multithreading.
|
|
|
@31f00274
|
14 years |
rsbultje |
id3v1: change filesize to int64_t.
Signed-off-by: Ronald S. Bultje …
|
|
|
@13eadbac
|
14 years |
rsbultje |
id3v1: Seek back to old position after reading.
FFmpeg did not seek …
|
|
|
@c4549bd6
|
14 years |
justin.ruggles |
ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by …
|
|
|
@42315dab
|
14 years |
anton |
Chronomaster DFA decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@c6f95144
|
14 years |
anton |
framebuffer device demuxer
Signed-off-by: Anton Khirnov …
|
|
|
@364cbc34
|
14 years |
janne-libav |
cosmetics: fix dashed line length after 070c5d0
|
|
|
@bc61920d
|
14 years |
lu_zero |
http: header field names are case insensitive
Amazon S3 sends header …
|
|
|
@991f3de1
|
14 years |
justin.ruggles |
ac3enc: Add codec-specific options for writing AC-3 metadata.
|
|
|
@c6c2dfcf
|
14 years |
anton |
Remove arrozcru URL from documentation
Signed-off-by: Anton Khirnov …
|
|
|
@15d59d2
|
14 years |
anton |
sndio support for playback and record
Signed-off-by: Anton Khirnov …
|
|
|
@1500be13
|
14 years |
rsbultje |
dsputil: allow to skip drawing of top/bottom edges.
|
|
|
@c56e618b
|
14 years |
rsbultje |
Split fate-psx-str-v3 into a video-only and audio-only test.
|
|
|
@eb81cf86
|
14 years |
justin.ruggles |
mov: set audio service type for AC-3 from bitstream mode in the 'dac3' …
|
|
|
@be187388
|
14 years |
justin.ruggles |
Get audio_service_type for AC-3 based on bitstream mode in the AC-3 …
|
|
|
@c70a6a41
|
14 years |
justin.ruggles |
Use audio_service_type to set stream disposition.
|
|
|
@0b18b49b
|
14 years |
justin.ruggles |
Add APIchanges entry for audio_service_type.
|
|
|
@34b47d7c
|
14 years |
justin.ruggles |
Add audio_service_type field to AVCodecContext for encoding and …
|
|
|
@7e75f9fe
|
14 years |
mans |
configure: in check_ld, place new -l flags before existing ones
This …
|
|
|
@7f0e747b
|
14 years |
justin.ruggles |
support @heading, @subheading, @subsubheading, and @subsubsection in …
|
|
|
@c535d089
|
14 years |
lu_zero |
doc: update build system documentation
Split normal build system …
|
|
|
@00f0b4b9
|
14 years |
alex.converse |
aacenc: indentation
|
|
|
@92efa2bd
|
14 years |
alex.converse |
aacenc: fix the side calculation in search_for_ms
|
|
|
@66f608a6
|
14 years |
rsbultje |
vp8.c: rename EDGE_* to VP8_EDGE_*.
|
|
|
@98a7d560
|
14 years |
lu_zero |
matroskadec: set default duration for simple block
When a normal …
|
|
|
@5666a9f2
|
14 years |
lu_zero |
When building for MinGW32 disable strict ANSI compliancy.
When …
|
|
|
@d743065
|
14 years |
mans |
ARM: fix ff_apply_window_int16_neon() prototype
The length argument …
|
|
|
@4a7e068
|
14 years |
mans |
configure: check for --as-needed support early
This moves the check …
|
|
|
@2d3b21ff
|
14 years |
mans |
ARM: NEON optimised apply_window_int16()
Signed-off-by: Mans Rullgard …
|
|
|
@245c7831
|
14 years |
mans |
ac3enc: NEON optimised shift functions
|
|
|
@f4855a9
|
14 years |
mans |
ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min
|
|
|
@f7114249
|
14 years |
rsbultje |
mpeg12.c: fix slice threading for mpeg2 field picture mode.
Fixes …
|
|
|
@cd256c3b
|
14 years |
rsbultje |
ffmetadec.c: fix compiler warnings.
|
|
|
@da21225a
|
14 years |
siretart |
configure: Don't explicitly disable ffplay or in/outdevices on dos
…
|
|
|
@8bb605c
|
14 years |
siretart |
configure: Remove the explicit disabling of ffserver
It is …
|
|
|
@1ff49c23
|
14 years |
siretart |
configure: Add fork as a dependency to ffserver
|
|
|
@4ec153bb
|
14 years |
anton |
avio: make udp_set_remote_url/get_local_port internal.
|
|
|
@4377fafd
|
14 years |
mans |
asfdec: also subtract preroll when reading simple index object
This …
|
|
|
@264935c9
|
14 years |
rsbultje |
matroskaenc: remove a variable that's unused after bc17bd9.
…
|
|
|
@491653ed
|
14 years |
mans |
avio: cosmetics - nicer vertical alignment.
Signed-off-by: Mans …
|
|
|
@820818a3
|
14 years |
mans |
Remove unnecessary icc version checks
With unknown attribute warnings …
|
|
|
@91bcad19
|
14 years |
mans |
Disable 'attribute "foo" ignored' warnings from icc
ICC lies about …
|
|
|
@28e9c42a
|
14 years |
rsbultje |
rtsp: Don't use a locale dependent format string
In this particular …
|
|
|
@1b7ecc16
|
14 years |
rsbultje |
Add xd55 codec tag for XDCAM HD422 720p25 CBR files.
Signed-off-by: …
|
|
|
@b9d2f4a9
|
14 years |
mans |
configure: get libavcodec version from new version.h header
This …
|
|
|
@3dd851c4
|
14 years |
rsbultje |
lavc: move the version macros to a new installed header.
…
|
|
|
@bc17bd90
|
14 years |
rsbultje |
matroskaenc: simplify get_aac_sample_rates by using …
|
|
|
@78e99e0f
|
14 years |
rsbultje |
Do not use format string "%0.3f" for RTSP Range field.
The format …
|
|
|
@e6e98234
|
14 years |
justin.ruggles |
Add apply_window_int16() to DSPContext with x86-optimized versions and …
|
|
|
@e971d813
|
14 years |
lu_zero |
Document usage of import libraries created by dlltool
Signed-off-by: …
|
|
|
@15c5156d
|
14 years |
lu_zero |
configure: Set the correct lib target for arm/wince dlltool
The …
|
|
|
@a96c176a
|
14 years |
lu_zero |
fate: simplify regression-funcs.sh
Factor ffmpeg calls using run_ffmpeg()
|
|
|
@7851eb68
|
14 years |
lu_zero |
fate: add support for multithread testing
Add a THREADS variable to …
|
|
|
@ee26abf2
|
14 years |
rsbultje |
Fix an infinite loop when RoQ encoded generated a frame with a size …
|
|
|