|
|
|
@f369b935
|
11 years |
diego |
avformat: Use av_reallocp_array() where suitable
Signed-off-by: Diego …
|
|
|
@bdf99042
|
11 years |
martin |
movenc: Simplify setting the fragmentation flag
This makes sure the …
|
|
|
@8b524ab0
|
11 years |
martin |
movenc: Add a warning message if conflicting options have been …
|
|
|
@a6a4596e
|
11 years |
martin |
tcp: Explicitly convert a pointer to a boolean integer
This fixes …
|
|
|
@26f027fb
|
11 years |
lu_zero |
lavf: fix the comparison in an overflow check
CC: …
|
|
|
@7ee191ca
|
11 years |
lu_zero |
dv: Add a guard to not overread the ppcm array
Reported-by: Mateusz …
|
|
|
@85ac1258
|
11 years |
lu_zero |
nuv: check ff_rtjpeg_decode_frame_yuv420 return value
CC: …
|
|
|
@c16ddcc9
|
11 years |
diego |
avisynth: K&R formatting cosmetics
|
|
|
@97b052e5
|
11 years |
diego |
avisynth: Add missing #include for NULL_IF_CONFIG_SMALL
|
|
|
@befe044b
|
11 years |
diego |
avcodec: Stop exporting the removed audio_resample* symbols
|
|
|
@7f93a861
|
11 years |
diego |
mpeg12enc: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@66f09105
|
11 years |
diego |
mpeg12enc: drop forward declarations
Signed-off-by: Diego Biurrun …
|
|
|
@c3e6e8f0
|
11 years |
diego |
mem: Do not check unsigned values for negative size
|
|
|
@b634b36f
|
11 years |
diego |
mem: Improve documentation wording and spelling
|
|
|
@26b241c0
|
11 years |
anton |
matroskaenc: Allow chapters to be written in trailer
This allows …
|
|
|
@a711a2cb
|
11 years |
martin |
mpegvideo: Avoid 32-bit wrapping of linesize multiplications
This …
|
|
|
@0ebfdae0
|
11 years |
diego |
doc: Describe TB option of setpts filter
Signed-off-by: Diego Biurrun …
|
|
|
@b4ec7a5f
|
11 years |
lu_zero |
mem: Document the av_realloc family of functions properly
realloc() …
|
|
|
@7f9e893f
|
11 years |
lu_zero |
build: Report an error message when a pc file is not found
Ease …
|
|
|
@af11fa5
|
11 years |
martin |
mjpegb: Detect changing number of planes in interlaced video
…
|
|
|
@35cbc98b
|
11 years |
martin |
alac: Check that the channels fit at the given offset
The code tries …
|
|
|
@d7199812
|
11 years |
martin |
4xm: Check that the read track value is non-negative
Reported-by: …
|
|
|
@5bcd3ae5
|
11 years |
martin |
matroskadec: Check that .lang was allocated and set before reading it
…
|
|
|
@f7c58831
|
11 years |
martin |
alac: Limit max_samples_per_frame
Otherwise buffer size calculations …
|
|
|
@0fbda03e
|
11 years |
martin |
movenc: Don't flush after each written packet
This should improve …
|
|
|
@7df9e693
|
11 years |
diego |
cosmetics: Fix ATRAC codec name spelling
|
|
|
@488b2984
|
11 years |
anton |
ape demuxer: check for EOF in potentially long loops
Reported-by: …
|
|
|
@a7c1689d
|
11 years |
anton |
4xm: check that bits per sample is strictly positive
Avoids a divide …
|
|
|
@df33a58
|
11 years |
anton |
lavf: avoid integer overflow when estimating bitrate
Reported-by: …
|
|
|
@fab694d
|
11 years |
anton |
lavf: move a variable declaration to the block where it's used
|
|
|
@fe9bb61f
|
11 years |
anton |
pictordec: pass correct context to avpriv_request_sample
Fixes …
|
|
|
@5f7aecde
|
11 years |
anton |
pictordec: break out of both decoding loops when y drops below 0
…
|
|
|
@8aba7968
|
11 years |
anton |
vcr1: add sanity checks
Fixes invalid reads with corrupted files.
…
|
|
|
@21ffd410
|
11 years |
martin |
pcm-dvd: Fix build on big endian
Signed-off-by: Martin Storsjö …
|
|
|
@f4ca970d
|
11 years |
lu_zero |
configure: Add docdir configuration option
Signed-off-by: Luca …
|
|
|
@faa8245b
|
11 years |
lu_zero |
vf_lut: Constantize
The pixel format tables are never modified, mark …
|
|
|
@a42e3a67
|
11 years |
lu_zero |
pcm_dvd: consolidate pieces from pcm.c and mpeg.c
Remove the header …
|
|
|
@21fd2f84
|
11 years |
lu_zero |
pcm_bluray: cosmetics
|
|
|
@0d6549d8
|
11 years |
lu_zero |
pcm_bluray: rename pcm-mpeg.c to pcm-bluray.c
The original idea was …
|
|
|
@f1f728cb
|
11 years |
martin |
ppc: don't return a value from a function declared void
…
|
|
|
@e998b563
|
11 years |
diego |
x86: avcodec: Consistently structure CPU extension initialization
|
|
|
@6369ba3c
|
11 years |
diego |
x86: avcodec: Use convenience macros to check for CPU flags
|
|
|
@79aec43c
|
11 years |
diego |
x86: Add and use more convenience macros to check CPU extension …
|
|
|
@a6b65011
|
11 years |
diego |
ppc: cosmetics: Consistently format CPU flag detection invocations
|
|
|
@67e6a9f5
|
11 years |
diego |
cosmetics: Place arch initialization calls in alphabetical order
|
|
|
@f0389eb7
|
11 years |
diego |
arm: fmtconvert: Split armv6 fmtconvert code off from vfp code
|
|
|
@7ffda66f
|
11 years |
diego |
arm: float_dsp: Propagate cpu_flags to vfp initialization function
|
|
|
@bd549cba
|
11 years |
diego |
arm: dcadsp: Move synth filter initialization to dcadsp file
|
|
|
@1909f6b1
|
11 years |
diego |
swscale: cosmetics: Drop silly camelCase from swScale function pointer name
|
|
|
@4e0799a4
|
11 years |
diego |
swscale: Add some missing av_cold to arch-specific init functions
|
|
|
@3aa682f2
|
11 years |
diego |
swscale: consistent names for arch-specific acceleration functions
|
|
|
@c2503d9c
|
11 years |
diego |
swscale: ppc: Hide arch-specific initialization details
Also give …
|
|
|
@6af2c351
|
11 years |
diego |
ppc: Add missing AltiVec cpuflag detection invocations
|
|
|
@de81b6ae
|
11 years |
diego |
ppc: fdct: Remove vim editor settings comment
|
|
|
@70dd8892
|
11 years |
diego |
mpegvideo: Replace arch initialization ifdeffery by standard conditionals
|
|
|
@cd529172
|
11 years |
diego |
x86: rv40dsp: Move inline assembly optimizations out of YASM init section
|
|
|
@a5195839
|
11 years |
diego |
swscale: x86: Hide arch-specific initialization details
Also give …
|
|
|
@a64f6a04
|
11 years |
diego |
dsputil: x86: Hide arch-specific initialization details
Also give …
|
|
|
@f61bece6
|
11 years |
diego |
ppc: Add and use convenience macro to check for AltiVec availability
|
|
|
@8410d6e9
|
11 years |
diego |
avutil: Refactor CPU extension availability macros
|
|
|
@b78b10c4
|
11 years |
diego |
avutil: Move internal CPU detection function declarations to private header
|
|
|
@91d4cfb8
|
11 years |
justin.ruggles |
apedec: do not buffer decoded samples over AVPackets
Only consume an …
|
|
|
@84146963
|
11 years |
diego |
configure: x86: Fix handling of i686 and cpunop features
The i686 …
|
|
|
@6454c44f
|
11 years |
martin |
rtmpproto: Fix limelight authentication with abbreviated app names
…
|
|
|
@cb8f70c9
|
11 years |
martin |
vf_fps: use double constants for default/min/max for start_time
When …
|
|
|
@48f2e53a
|
11 years |
lu_zero |
doc: document the asf demuxer
And drop a typo from the previous FLV entry.
|
|
|
@0ce1a759
|
11 years |
diego |
vf_interlace: fix file permissions
Signed-off-by: Diego Biurrun …
|
|
|
@ef51692a
|
11 years |
martin |
Revert "w32pthread: help compiler figure out undeeded code"
This …
|
|
|
@4332bf98
|
11 years |
martin |
w32threads: Don't use function pointers when linking directly to newer …
|
|
|
@310cc4bf
|
11 years |
martin |
smoothstreamingenc: Write to a temp file while updating the manifest
…
|
|
|
@b1f9cdc3
|
11 years |
lu_zero |
ac3: Return proper error codes
|
|
|
@818d1f1
|
11 years |
lu_zero |
ac3: Clean up the error paths
|
|
|
@6258d362
|
11 years |
lu_zero |
ac3: Do not clash with normal AVERROR
The parsing function return …
|
|
|
@f4634ae8
|
11 years |
lu_zero |
flv: Fix the help string
|
|
|
@21015109
|
11 years |
lu_zero |
doc: Document the flv demuxer
|
|
|
@f812eeda
|
11 years |
anton |
matroskaenc: Fix writing TRACKDEFAULTFLAG
The element was only being …
|
|
|
@0fb3e1c6
|
11 years |
martin |
movenc: Check for errors from mov_create_chapter_track
On failures in …
|
|
|
@2bbad1f
|
11 years |
martin |
movenc: Properly free allocated data on failures in mov_write_header
…
|
|
|
@3559fb97
|
11 years |
martin |
movenc: Check that tracks->enc exists before trying to free extradata
…
|
|
|
@4d122b01
|
11 years |
martin |
movenc: Check for allocation failures in mov_create_chapter_track
…
|
|
|
@4eb4bb3a
|
11 years |
kostya.shishkov |
imc: support mode 1
|
|
|
@9e7b62f0
|
11 years |
kostya.shishkov |
twinvq: set block align for codecs and use it in size checks
This …
|
|
|
@b89e8759
|
11 years |
lu_zero |
mov: Write tmcd extradata
|
|
|
@5b41eb91
|
11 years |
lu_zero |
mov: Parse tmcd extradata
|
|
|
@0b5af5cf
|
11 years |
lu_zero |
mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd
|
|
|
@08504380
|
11 years |
lu_zero |
mov: Refactor codec specific final steps in mov_finalize_stsd_codec
|
|
|
@dc518a3a
|
11 years |
lu_zero |
mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle
|
|
|
@ef196bee
|
11 years |
lu_zero |
mov: Refactor audio specific parsing in mov_parse_stsd_audio
|
|
|
@a3b53ff0
|
11 years |
lu_zero |
mov: Refactor video specific parsing in mov_parse_stsd_video
|
|
|
@bf98562
|
11 years |
lu_zero |
mov: Refactor codec id selection in mov_codec_id
|
|
|
@ff9d57e7
|
11 years |
diego |
h264_cabac: Mark functions calling decode_cabac_residual_internal as …
|
|
|
@f4078569
|
11 years |
diego |
arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 …
|
|
|
@84784c29
|
11 years |
diego |
libfdk-aacdec: formatting cosmetics
|
|
|
@8506ff97
|
11 years |
diego |
vp56: Mark VP6-only optimizations as such.
Most of our VP56 …
|
|
|
@30ce2890
|
11 years |
anton |
movenc: Make tkhd "enabled" flag QuickTime compatible
QuickTime will …
|
|
|
@1f70a5a
|
11 years |
anton |
mov: use tkhd enabled flag to set the default track
Signed-off-by: …
|
|
|
@e7b31844
|
11 years |
diego |
x86: Split DCT and FFT initialization into separate files
|
|
|
@60198742
|
11 years |
martin |
movenc: fix detection of 64bit offset requirement
The old method …
|
|
|
@fe5d5a8
|
11 years |
martin |
movenc: Make chapter track QuickTime compatible
QuickTime requires …
|
|
|
@f8ef91ff
|
11 years |
martin |
movenc: add faststart option for web streaming
Faststart moves the …
|
|
|