summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * mov: Remove dead stores for spherical coordinates for channel position.Alex Converse2012-01-18
| * error_resilience: K&R formatting cosmeticsDonald Ovcharov2012-01-18
| * RELEASE_NOTES: mention hiding private symbols in shared builds.Anton Khirnov2012-01-18
| * RELEASE_NOTES: mention some notable API changes in 0.8Anton Khirnov2012-01-18
* | Replace a av_fast_malloc with av_fast_padded_malloc.Reimar Döffinger2012-01-18
* | Use av_fast_padded_malloc in mimic and truemotion2 decoders.Reimar Döffinger2012-01-18
* | pp: bump major in git master to match what debian contains.Michael Niedermayer2012-01-18
* | Use av_fast_padded_malloc in fraps and mpc decoders.Reimar Döffinger2012-01-18
* | fix rtp 916 issue, patch 2Dmitry Volyntsev2012-01-18
* | fix rtp 916 issueDmitry Volyntsev2012-01-18
* | lavc: call ff_init_buffer_info() from default reget buffer.Michael Niedermayer2012-01-18
* | lavc: when w/h changes in reget buffer, print the values.Michael Niedermayer2012-01-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-18
|\|
| * tta: cast output data pointer to the correct typeJustin Ruggles2012-01-17
| * avconv: fix -frames for video encoders with delay.Anton Khirnov2012-01-17
* | ffprobe: add more safe casts in value_string()Stefano Sabatini2012-01-18
* | ffprobe: use safer type for index variable in value_string()Stefano Sabatini2012-01-18
* | ffprobe: fix printing of unit values which cannot be contained in an intStefano Sabatini2012-01-18
* | doc/ffmpeg.texi: specify symbolic names for the vsync parameterStefano Sabatini2012-01-17
* | Fix memleak after switch to encode_audio2 API.Reimar Döffinger2012-01-17
* | Use ff_packet_free_side_data instead of duplicating it.Reimar Döffinger2012-01-17
* | mxfdec: Consider OPAtom files that don't have exactly one EC to be OP1aTomas Härdin2012-01-17
* | lavc: remove unused headersPaul B Mahol2012-01-17
* | ffmpeg: check tcgetattr result.Reimar Döffinger2012-01-17
* | Add and use av_fast_padded_malloc.Reimar Döffinger2012-01-17
* | lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frameMichael Niedermayer2012-01-17
* | lavc: use av_freep() for freeing extended_dataMichael Niedermayer2012-01-17
* | tools: add ffeval toolStefano Sabatini2012-01-17
* | doc/eval.texi: add precisation about the assumption for "trueness" in conditi...Stefano Sabatini2012-01-17
* | lavu/eval: add if() and ifnot() eval functionsStefano Sabatini2012-01-17
* | lavfi/testsrc: add "decimals" option to the testsrc filterStefano Sabatini2012-01-17
* | lavc/mpegvideo_enc: improve log message in case of too large GOPStefano Sabatini2012-01-17
* | libopenjpegenc: Remove two redundant function parameters.Michael Bradshaw2012-01-17
* | libopenjpegenc: Simplify gray encoding.Michael Bradshaw2012-01-17
* | libopenjpegenc: Add error messages.Michael Bradshaw2012-01-17
* | libopenjpegenc: Rename four conversion functions.Michael Bradshaw2012-01-17
* | Use correct register size.Reimar Döffinger2012-01-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-17
|\|
| * rv34: add NEON rv34_idct_addJanne Grunau2012-01-16
| * rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-16
| * add SMJPEG muxerPaul B Mahol2012-01-16
| * avformat: split out common SMJPEG codePaul B Mahol2012-01-16
| * pictordec: Use bytestream2 functionsLaurentiu Ion2012-01-15
| * avconv: use avcodec_encode_audio2()Justin Ruggles2012-01-15
| * pcmenc: use AVCodec.encode2()Justin Ruggles2012-01-15
| * avcodec: bump minor version and add APIChanges for the new audio encoding APIJustin Ruggles2012-01-15
| * avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-15
| * avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles2012-01-15
| * rv34: Intra 16x16 handlingChristophe GISQUET2012-01-16
| * rv34: Inter/intra MB code splitChristophe GISQUET2012-01-16