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 |
2009-03-03 |
Justin Ruggles | flacdec: use get_sbits_long() where needed. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Justin Ruggles | Add a get_sbits_long() function. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Måns Rullgård | ALAC: use sign_extend() from mathops.h |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Måns Rullgård | Add sign_extend() function to mathops.h |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Reimar Döffinger | Simplify show_bits_long and copy the GetBitsContext... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Justin Ruggles | flacdec: Use get/skip_bits_long() for more than 17... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Kostya Shishkov | Factor out block decoding in ff_h263_decode_mb() |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Michael Niedermayer | Consider all packets in the parser, not just ones with... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Michael Niedermayer | Favor container packets that end after the first byte... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Michael Niedermayer | Call ff_fetch_timestamp() for mpeg1/2 when a picture... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | version.h should depend on config.mak. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Benoit Fouet | Add context to some av_log() calls. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Benoit Fouet | Merge three conditions in a single 'if' instead of... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | Mention non-recursive Makefiles in the changelog. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | cosmetics: spelling/wording fixes |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Justin Ruggles | AC-3 encoding is integer-only |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | Revert previous removal of PAM, PBM, PGM, PGMYUV and... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | cosmetics: Reformat long_names so that "DPCM" comes... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | cosmetics: Reformat long_names so that "ADPCM" comes... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | cosmetics: Reformat long_names so that "PCM" comes... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | small spelling/grammar fixes |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | xvmc works with MPEG-2 as well as MPEG-1, note this... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | Change a bunch of codec long_names to be more consisten... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ben Littler | figure out which muxers support which codecs? new api... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Robert Swain | The Ogg muxer will handle Theora as well |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | Another round of missing codecs and name updates to... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Justin Ruggles | Add some more missing codecs and update names to match... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | Add some more missing codecs and update names to match... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | Merge MP2, MP3 and MPEG audio demuxer entries. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ben Littler | vorbis and flac ogg muxer only |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ben Littler | ogg muxer is vorbis only |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Justin Ruggles | Add some missing codecs and update names to match the... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | Add some missing codecs and update names to match the... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Justin Ruggles | add some missing codecs and update some names to match... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | Integer-only decoding of AC-3 is not supported. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Diego Biurrun | Targa encoding is supported. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Verkamp | Add missing image formats, patch by Daniel Verkamp... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Verkamp | Split PGM and PPM in image formats section. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Verkamp | cosmetics: Break image format lines before comments. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Måns Rullgård | RA144: work around gcc bug/oddity on ARM |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Aurelien Jacobs | add an API changelog with a first entry for the new... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Diego Biurrun | Add release version number. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Måns Rullgård | configure: fix return value from check_header |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Stefano Sabatini | Document ffplay -ast, -vst, and -sst options. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Stefano Sabatini | Apply the same logic used for subtitle stream selection... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Stefano Sabatini | Simplify the logic for the subtitle stream selection. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Stefano Sabatini | Fix subtitle selection logic, make ffplay select the... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Aurelien Jacobs | deprecate old metadata API |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Aurelien Jacobs | fix missed usage of old metadata API in mov demuxer |
commit | commitdiff | tree | snapshot |
next |