2009-03-11 |
Alex Converse | patcheck: Replace non-POSIX echo -e with printf. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Cédric Schieli | Make MMX registers parametrized in the YSCALEYUV2PACKED... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Cédric Schieli | In initMMX2HScaler, when chrDstW is not divisible by... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Gwenole Beauchesne | Use av_mallocz() to initialize hwaccel_data_private. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | stag option to force subtitle tag |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | keep original tag when stream copying subs with ipod... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | ipod supports both subs tags |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | write correct atoms based on tag and not format, fixes... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | use correct codec tag list for ipod format |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | mxf and mxf d10 regression tests |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | again 10l, typo, put_byte instead of put_buffer |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | attempt to try to generate an random umid |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | 10l, set ret to 0 when finished |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | dump_format after av_write_header to print updated... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Baptiste Coudurier | fix subs track height, set track->height to codec heigh... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Ben Littler | sn40 avi fourcc decodes with ffodivx |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Stefano Sabatini | Fix typos. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Vitor Sessak | Fix bug when elbg->utility_inc[elbg->numCB-1] == 1 |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Gwenole Beauchesne | Add REGISTER_HWACCEL() for hardware accelerators. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Ronald S. Bultje | Correctly skip complete INDX chunks, i.e. read the... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Diego Biurrun | Replace all `` by $(), the latter can be nested more... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Diego Biurrun | Fix MMX2 check, 'movss' is not an MMX2 instruction... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Måns Rullgård | Fix unaligned access in ff_copy_bits() |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Måns Rullgård | Set AS to $CC by default, override with gcc only when... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ronald S. Bultje | Prevent (negative) overflow of rm->remaining_len. This... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ronald S. Bultje | Revert to r17908. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Reynaldo H... | Cosmetics from Kenan Gillet's 'extract and share weight... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Reynaldo H... | Functional part Kenan Gillet's 'extract and share weigh... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ronald S. Bultje | Move MOVContext and related structures from mov.c to... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Reimar Döffinger | Reorder arguments for av_fifo_generic_read to be more... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Reimar Döffinger | Fix seek regression test broken by r17905, seeking... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Kostya Shishkov | Mask all unused bits for packed pixel format instead... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Gwenole Beauchesne | Update VA API pixfmts documentation: struct vaapi_rende... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Reimar Döffinger | Convert spurious DOS line breaks to UNIX line breaks... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ronald S. Bultje | Prevent (negative) overflow of rm->remaining_len. This... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ronald S. Bultje | Replace separate packet parsing for "old_format" .ra... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ronald S. Bultje | Move frame discarding out of the ff_rm_parse_packet... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Reimar Döffinger | Mark all packets from nuv demuxer as keyframes in order... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Ronald S. Bultje | Reorder alphabetically after r17902. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Reimar Döffinger | 100l, to start reading from the first frame we must... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Reimar Döffinger | Set AVPacket pos also for audio packets in nuv demuxer. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Diego Biurrun | Remove all remaining code that was disabled through... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Kostya Shishkov | Add maintainers for RM muxer, demuxer and RDT protocol |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Reimar Döffinger | Add av_fifo_reset function to completely reset fifo... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Måns Rullgård | Enable CONFIG_FASTDIV by default |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Gwenole Beauchesne | Add private HW accel data infrastructure. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Baptiste Coudurier | change path pattern to be similar to existing files... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Baptiste Coudurier | merge struct declaration and definition |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Baptiste Coudurier | write map packet every 100 packets according to specs |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Baptiste Coudurier | write flt packet, might need some tweaking but it works |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Baptiste Coudurier | correctly interleave audio and video according to specs |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Baptiste Coudurier | write timecode track in gxf |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Baptiste Coudurier | write timecode track in gxf |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Baptiste Coudurier | compute media info in write_header |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Baptiste Coudurier | factorize write packet |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Baptiste Coudurier | remove unneeded and empty user data |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Måns Rullgård | Allow different executable suffix for host and target |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Baptiste Coudurier | uniformize variable names and remove duplicating fields... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Baptiste Coudurier | remove useless fields |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Justin Ruggles | move NTT VQF demuxer to keep formats list alphabetized. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Vitor Sessak | Use FLG pseudo-random number generator in RoQ and ELBG |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Kostya Shishkov | Make Musepack decoders use LFG pseudorandom generator |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Vitor Sessak | Be more verbose in describing VQF demuxer |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Reimar Döffinger | Add a part explaining that API should be considered... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Reimar Döffinger | Preliminary summary of AVFifoBuffer changes |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Reimar Döffinger | Remove more functions disabled by major version bump. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Reimar Döffinger | Remove/replace code disabled by major version bump. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Michael Niedermayer | Deprecate the Mersenne Twister. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Reimar Döffinger | Replace all uses of the replaced av_fifo_read by av_fif... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Michael Niedermayer | Remove the Mersenne Twister from the public API/ABI. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Michael Niedermayer | Bump major version of libavutil due to FIFO fixes. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Reimar Döffinger | Remove av_fifo_read, API is already broken and major... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Michael Niedermayer | Allocate AVFifoBuffer through the fifo API to reduce... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Baptiste Coudurier | add ff_random_get_seed to be used in conjunction with... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Michael Niedermayer | Comments to indicate where memory barriers may be needed. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Vitor Sessak | VQF demuxer |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Michael Niedermayer | Try to fix the 1 byte cannot be used issue. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Diego Biurrun | cosmetics: fix indentation |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Luca Abeni | Fix AVFMT_FLAG_NONBLOCK in alsa |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Ronald S. Bultje | rtpmap is case-insensitive, see comment from Luca in... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Cédric Schieli | Let the 4th plane reach the swScale function |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Cédric Schieli | YUVA420P is a planar YUV format |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Alex Converse | Re-indent after last commit. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Alex Converse | If we get an error from ff_aac_parse_header() we should... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Alex Converse | ADTS: Increased protection against writing illegal... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Niedermayer | Add my name to copyright & author as requested by the... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Niedermayer | Add code to the self test to print jitter & drift. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Alex Converse | Fix the channel allocation bug/assumption (issue 800). |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Diego Biurrun | Get rid of redundant vdpau option, decoders can still... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Stephen Warren | Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4 |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Ronald S. Bultje | Oops, very silly typo. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Justin Ruggles | flacdec: Parse the metadata header in the raw FLAC... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Justin Ruggles | flacdec: Add a shared function for parsing a FLAC metad... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Diego Biurrun | Add '#undef rand' to fix test program build. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Diego Biurrun | cosmetics: Fix test program warnings. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Justin Ruggles | pnm: Add missing 'else'. Fixes decoding for 16-bit... |
commit | commitdiff | tree | snapshot |
next |