2009-03-06 |
Michael Niedermayer | Merge ff_timefilter_read() and ff_timefilter_update... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Michael Niedermayer | Allow timespans to vary. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Niedermayer | Reorder operations, 20% improved performance, 1 variabl... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Michael Niedermayer | Timefilter code by Olivier Guilyardi o list O samalyse... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Diego Biurrun | Mark variables "j" and "structure" in execute_ref_pic_m... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Diego Biurrun | Directly read the version number from a VERSION file... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Alex Converse | AAC: hoist dependent gain lookup out of the loop |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Diego Biurrun | cosmetics: Zip Blocks Motion Video --> Zip Motion Block... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Diego Biurrun | cosmetics: Order changelog entries chronologically. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Diego Biurrun | Remove duplicated MUL16 macro definition, fixes the... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Måns Rullgård | ARM: disable inline asm for armcc |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Måns Rullgård | ARM: armcc versions of bswap_16/32 |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Måns Rullgård | ARM: detect armcc compiler and enable gcc mode |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Måns Rullgård | configure: check asm support using $as |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Måns Rullgård | Compile .S files with $(AS), set it in configure |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Cédric Schieli | Fix bug introduced by me in r28756 |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Diego Biurrun | Mark pos_min and pos_max variables as av_uninit to... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Diego Biurrun | Mark dvdaudio_substream_type variable as av_uninit... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ivan Schreter | Pass packet position to the parser, so frame's AVPacket... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ivan Schreter | Add handling of frame position in the parser. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Justin Ruggles | flacdec: cosmetics: Add a comment with the data of... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Justin Ruggles | flacdec: There is an even smaller FLAC frame size possi... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Justin Ruggles | flacdec: 10l to me. I miscalculated the smallest FLAC... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Justin Ruggles | flacdec: cosmetics: move 2 statements to immediately... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Justin Ruggles | flacdec: Simplify frame sync by not using the bitstream... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Justin Ruggles | flacdec: Split the metadata_parse() function into 2... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Justin Ruggles | flacdec: Add a check for small buffer size. This ensur... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Justin Ruggles | flacdec: cosmetics: Use a more descriptive variable... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Justin Ruggles | flacdec: Handle 32 bps data when checking allocated... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Justin Ruggles | flacdec: Check curr_bps after wasted bits are subtracted. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Stefano Sabatini | Fix typo: "i" -> "in". |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ivan Schreter | Add support for ct_type to correctly detect interlaced... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Cédric Schieli | Rewrite of rgb15to32 and rgb16to32 using fewer asm... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Michael Niedermayer | Add "deprecated old scaler removed" |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Reimar Döffinger | Remove the swscale dummy option, most (all?) FATE confi... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Reimar Döffinger | 100l, interplayvideo uses 8x8 blocks, so call the 8x8... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Reimar Döffinger | Set AVFrame.reference correctly for nuv decoder. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Vitor Sessak | Add more correct bound checking in filter_mb(). |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Gwenole Beauchesne | Add frame buffer allocators. aka simplify calls to |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Alex Converse | MOV: fix demuxing fragmented files |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Mike Melanson | Fix a condition that causes an infinite loop, but only... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Mike Melanson | excellent first pass at a description; now it's time... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Reynaldo H... | Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Reynaldo H... | Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Justin Ruggles | flacdec: When there is not enough data to read the... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ronald S. Bultje | Split rtsp_send_cmd() into two functions, one for the... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Justin Ruggles | cosmetics: indentation after last commit |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Justin Ruggles | flacdec: Check for an inline header before calling... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Justin Ruggles | flacdec: Allocate buffers right after STREAMINFO is... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Måns Rullgård | Alpha: use -g3 with ccc to allow optimisation with... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Stefano Sabatini | Fix syntax for the libfaad_decoder definition. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Justin Ruggles | cosmetics: indentation after last commit |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Justin Ruggles | flacdec: Avoid parsing the STREAMINFO multiple times. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Stefano Sabatini | Rename avctx_opts to avcodec_opts. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Måns Rullgård | Allow --enable-swscale until FATE is updated |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Niedermayer | Remove old scaler. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Niedermayer | Enable AVFMT_FLAG_NONBLOCK. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Niedermayer | Do usleep(10000) when all demuxers returned EAGAIN. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Niedermayer | Replace two 'return AVERROR(EAGAIN);' by continue.... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Niedermayer | If a demuxer returns EAGAIN, try another demuxer. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Jindřich Makovička | remove the rest of x86 asm from LGPL build |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Alex Converse | MOV: fix crash when 'meta' occurs before first 'trak' |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ronald S. Bultje | Rename "fd1" variable ro "fd". There were previously... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ronald S. Bultje | Add url_get_file_handle(), which is used to get the... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ronald S. Bultje | Reindent after r17777. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ronald S. Bultje | Make RTSP-MS-over-UDP negotiation work. See "[PATCH... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ronald S. Bultje | Recognize the "application" data type, which is require... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Benoit Fouet | Add a context to av_log() calls. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Niedermayer | A quick description of Rate distortion theory. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Diego Biurrun | Do not use a macro to generate a single AVCodec declara... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Michael Niedermayer | Quick description of the Viterbi algorithm so I do... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Panagiotis... | When a H.264 stream references a PPS or SPS id which... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Diego Biurrun | Add vhook removal to the changelog. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Diego Biurrun | Remove deprecated vhook subsystem. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ronald S. Bultje | Remove size_t cast in setting s->priv_data directly... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ronald S. Bultje | Don't let finalize_packet() touch pkt->stream_index... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Gwenole Beauchesne | Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ronald S. Bultje | Reindent after r17764. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ronald S. Bultje | In the current implementation of rtp_parse_packet(... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Diego Biurrun | Start Changelog for next version. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Diego Biurrun | cosmetics: Add some empty lines for readability. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ronald S. Bultje | Reduce allocated length of the HTTP authentication... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Panagiotis... | Cosmetics: Typo |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Benoit Fouet | Use sign_extend(). |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Panagiotis... | Add my GPG fingerprint |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Panagiotis... | Cosmetics: Typo |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Diego Biurrun | cosmetics: Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Diego Biurrun | Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOUR... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Diego Biurrun | Remove mpeg4aac dependency declaration, the decoder... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Måns Rullgård | configure: improve temp file creation and cleanup |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Justin Ruggles | flacdec: Warn about invalid max blocksize and limit... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Alex Converse | H.264: Simplify decode_residual() |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Justin Ruggles | cosmetics: remove a pointless comment |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Justin Ruggles | flacdec: Remove unused variable, min_blocksize. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Justin Ruggles | flacdec: Return error when blocksize code of 0 is found... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Kostya Shishkov | Enable PB-frames decoding for H.263 |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Kostya Shishkov | Add PB-frame decoding support for H.263/i263 (and enabl... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Justin Ruggles | alacdec: Simplify reading of uncompressed samples by... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Justin Ruggles | flacdec: Avoid trying to read 33 bits. This occurs... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Justin Ruggles | flacdec: ALT_BITSTREAM_READER is no longer required. |
commit | commitdiff | tree | snapshot |
next |